Main public logs
From ROBLOX Wiki
Jump to navigationJump to search
Combined display of all available logs of ROBLOX Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:35, 11 December 2024 PRG talk contribs created page IsDescendantOf (Function) (Created page with "{| |<onlyinclude> {{Function| name = IsDescendantOf |arguments = Instance '''ancestor''' |returns = Boolean is descendant |description = Returns True if the object is a descendant of ''ancestor'' |object = Global |}}</onlyinclude> |} == Description == Tells whether one of the Parents of the Parents of etc.. of the calling object is the argument == Example == <pre> a = Instance.new("Part") --> pu...")
- 12:34, 11 December 2024 PRG talk contribs created page Boolean (Redirected page to Bool) Tag: New redirect
- 12:34, 11 December 2024 PRG talk contribs created page IsAncestorOf (Function) (Created page with "{| |<onlyinclude> {{Function| name = IsAncestorOf |arguments = Instance '''descendent''' |returns = Boolean is ancestor |description = Returns True if the object is an ancestor of ''descendent'' |object = Global |}}</onlyinclude> |} Category:Functions")
- 12:33, 11 December 2024 PRG talk contribs created page GetChildren (Function) (Created page with "{| |<onlyinclude> {{Function| name = GetChildren |arguments = |returns = Table ''children'' |description = Returns a read-only table of this Object's children |object = Global |}}</onlyinclude> |} ==Example== (Simple example) <pre> local children = game.Workspace:GetChildren() for c = 1, #children do print(children[c].Name) end </pre> (More efficient example) <pre> local children = game.Wo...")
- 12:31, 11 December 2024 PRG talk contribs created page FindFirstChild (Function) (Created page with "{| |<onlyinclude> {{Function| name = FindFirstChild |arguments = String '''Name'''[, Bool '''recursive'''] |returns = Instance ''found object'' |description = Returns the first child found with a name of '''Name'''. Returns ''nil'' if no such child exists. |object = Global |}}</onlyinclude> |} ==Example== <pre> while true do --Starts up a While loop found = game.Workspace:FindFirstChild("Bri...")
- 12:28, 11 December 2024 PRG talk contribs created page Clone (Function) (Created page with "{| |<onlyinclude> {{Function| name = Clone |arguments = |returns = Instance object |description = Returns a copy of this Object and all its children. The copy's Parent is nil |object = Global |}}</onlyinclude> |} ==Example== <pre> while true do --Starts up a While loop model = game.Workspace.Model:clone() --Right here, it creates a copy of game.Workspace.Model, and sets it as the variable "mode...")
- 12:28, 11 December 2024 PRG talk contribs created page Category:Functions (Created page with "Functions are pre-set commands that do an action based on the function called and the arguments given. Such things as Remove() and Clone() are both examples of functions. Go to the Class reference page for more information.")
- 12:27, 11 December 2024 PRG talk contribs created page Template:Function (Created page with "<table style="border: dashed 2px red; width: 100%; font-size: 90%; text-align: left; align: center; padding: 4px;" cellspacing="0" cellpadding="4"> <tr> <th style="font-size: 1.5em; padding: 0;" colspan="2">Function</th> </tr> <tr style="background: #FFEFEF;"> <th style="width: 10%; border-top: solid 1px black; border-right: solid 1px black;">Syntax</th> <td style="border-top: solid 1px black;">{{{name}}}( {{{arguments}}} )</td> </tr>...")
- 12:07, 11 December 2024 PRG talk contribs created page Community Construction Site (Created page with "{{CatUp|Main Page}} 800px|center The Roblox Community Construction Site is a place for collaborative multiplayer building efforts. The site is in a constant state of flux. It is cool to enter, build a little something, then come back in a couple of hours to see what people have added to your creation. You can enter the Construction Site here: [https://cirkl.zone/Item.aspx?ID=1284 Construction Site]")
- 12:06, 11 December 2024 PRG talk contribs created page File:CommunityBuilding.jpg
- 12:06, 11 December 2024 PRG talk contribs uploaded File:CommunityBuilding.jpg
- 12:04, 11 December 2024 PRG talk contribs created page Glass Houses (Created page with "File:GlassHousesBig.png 200px 200px '''Tagline:''' Take sides in the epic struggle of Red vs. Blue in this futuristic map. Man the gun emplacements and rain fiery destruction on your enemies below. Find the Battle Armor to protect yourself and then escape from invaders using the anti-grav elevator tube. Finally, summon the dread mechanized Spheres of Doom to pelt the opposing team with rockets from ab...")
- 12:01, 11 December 2024 PRG talk contribs created page File:GlassHousesLittle1.png
- 12:01, 11 December 2024 PRG talk contribs uploaded File:GlassHousesLittle1.png
- 12:01, 11 December 2024 PRG talk contribs created page File:GlassHousesLittle2.png
- 12:01, 11 December 2024 PRG talk contribs uploaded File:GlassHousesLittle2.png
- 11:58, 11 December 2024 PRG talk contribs created page File:GlassHousesBig.png
- 11:58, 11 December 2024 PRG talk contribs uploaded File:GlassHousesBig.png
- 11:56, 11 December 2024 PRG talk contribs created page Category:ROBLOX Games (Created page with "ROBLOX games are maps created by Roblox. Most content is created by users now.")
- 11:56, 11 December 2024 PRG talk contribs created page Rocket Arena (Created page with "{{CatUp|ROBLOX games}} right '''Tagline:''' This map goes back to basics: rockets, jetboots, and blowing up bridges. Out-maneuver your foes using your jetboots, cut off their escape by nuking the bridges, and rain doom down upon them using a rapid-fire rocket launcher. But don't fall in the lava - ouch! '''First Introduced:''' January 2007 '''Credits:''' <pre> Telamon </pre> __TOC__ == Summary == In the Rocket Arena, rockets reload arou...")
- 11:52, 11 December 2024 PRG talk contribs created page File:Rocketarena.jpg
- 11:52, 11 December 2024 PRG talk contribs uploaded File:Rocketarena.jpg
- 00:59, 11 December 2024 PRG talk contribs created page Request Lua Feature (Created page with "{{CatUp|Lua Help}} ==Notice== Before putting your idea here, please check to see if it's on <b>here</b> first and if it already has a work around. Also check to see if your new 'feature' was added into Roblox, too, or if it's already in development. If it applies to any of the above, don't put it here. Also, if you're going to make an edit, please make it an entirely different idea. Place workaround under the ideas. Tem...")
- 00:57, 11 December 2024 PRG talk contribs created page Meshes (Created page with "{{ImproperArchive}} {{CatUp|Player Created}} Please go by this format when editing. Also make sure it's a Anim8or Mesh. *'''Name:''' *'''Description:''' *'''Picture:''' *'''Author:''' ---- *'''Name:'''Fish *'''Description:'''A fish, I dont know how to upload to roblox but someday i will. *'''Picture:'''Image:Fish.PNG *'''Author:'''tegarrison ---- *'''Name:''' Fairy *'''Description:''' I tryed to make a fairy off of TLOZ: Majora's Mask. *'''Picture:''' ...")
- 00:57, 11 December 2024 PRG talk contribs created page File:Gun1.jpg
- 00:57, 11 December 2024 PRG talk contribs uploaded File:Gun1.jpg
- 00:57, 11 December 2024 PRG talk contribs created page File:Fairy.jpg
- 00:57, 11 December 2024 PRG talk contribs uploaded File:Fairy.jpg
- 00:57, 11 December 2024 PRG talk contribs created page File:Mesh2.jpg
- 00:57, 11 December 2024 PRG talk contribs uploaded File:Mesh2.jpg
- 00:57, 11 December 2024 PRG talk contribs created page File:Mesh3.jpg
- 00:57, 11 December 2024 PRG talk contribs uploaded File:Mesh3.jpg
- 00:57, 11 December 2024 PRG talk contribs created page File:Mesh4.jpg
- 00:57, 11 December 2024 PRG talk contribs uploaded File:Mesh4.jpg
- 00:57, 11 December 2024 PRG talk contribs created page File:UnkownInvasion.jpg
- 00:57, 11 December 2024 PRG talk contribs uploaded File:UnkownInvasion.jpg
- 00:57, 11 December 2024 PRG talk contribs created page File:Sunburst.PNG
- 00:57, 11 December 2024 PRG talk contribs uploaded File:Sunburst.PNG
- 00:56, 11 December 2024 PRG talk contribs created page File:Anim8or 2008-07-24 19-22-53-01.png
- 00:56, 11 December 2024 PRG talk contribs uploaded File:Anim8or 2008-07-24 19-22-53-01.png
- 00:56, 11 December 2024 PRG talk contribs created page File:Robloxian.png
- 00:56, 11 December 2024 PRG talk contribs uploaded File:Robloxian.png
- 00:56, 11 December 2024 PRG talk contribs created page File:NefixWeapons.png
- 00:56, 11 December 2024 PRG talk contribs uploaded File:NefixWeapons.png
- 00:55, 11 December 2024 PRG talk contribs created page Miscellaneous Models (Created page with "{{ImproperArchive}} Category:Player Created Any type of cool model that you created yourself, that just doesn't fit other model categories. Template: *'''Name''' *'''Type of model''' *'''Description''' *'''Picture''' *'''Model link''' ---- *'''Name''' Mystic Angel Snake. *'''Type of model''' Something random. *'''Description''' I was bored, so I made this. *'''Picture''' thumb|right|Mystic Angel Snake. *'''Model link'...")
- 00:54, 11 December 2024 PRG talk contribs created page Comics (Created page with "{{CatUp|Player Created}} Feel free to make your own comics, however you must make sure that they are appropriate for Roblox, so they must follow all of the Community Guidelines. They must have a page before you make the link. <b>Comic pages that do not at least include one comic will be removed from the list.</b> If you want to make a new comic, here's how to make a new page without getting banned: *In the ADDRESS BAR at the top of your screen, click to the right...")
- 00:54, 11 December 2024 PRG talk contribs created page Comics/ROBLOX Misadventure's (Created page with "{{ImproperArchive}} This Is About PivokHate (Me) Who Is Getting Into Some Annoying Times. left|thumb|The Ban Hammer In The Lava Arena,OUCH! left|thumb|Stupid posters on the forums. left|thumb|WE HAVE THE FIRST ROBLOX PICTURED COMIC IN THIS! left|thumb|Donate To The Lost Body Part People!LoL left|thumb|There Goes The 9K Tycoon Money Image:Comic6.jpeg...")
- 00:53, 11 December 2024 PRG talk contribs created page Comics/Where the Crossroads End (Created page with "{{ImproperArchive}}")
- 00:53, 11 December 2024 PRG talk contribs created page Comics/The Chronicles of Roblox (Created page with "''A series of stories describing the origins of Roblox. This is the beginning and middle. More entries will follow. First, there was nothing. And as Nothing was, it was absolute. Emptiness. Void. Without being, there was nothing on this measly plane of existence; nothing shone, nothing was created, nothing was revealed. Nothing was thought. And then nothing became no more. For what come through the void but a light, infinitesimally small, yet there. Something, and...")
- 00:53, 11 December 2024 PRG talk contribs created page File:Galaxy.png