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).
- 05:07, 24 July 2026 PRG talk contribs created page File:Video.png
- 05:07, 24 July 2026 PRG talk contribs uploaded File:Video.png
- 05:07, 24 July 2026 PRG talk contribs created page File:Audio.png
- 05:07, 24 July 2026 PRG talk contribs uploaded File:Audio.png
- 05:07, 24 July 2026 PRG talk contribs created page File:Discussionitem icon.gif
- 05:07, 24 July 2026 PRG talk contribs uploaded File:Discussionitem icon.gif
- 05:07, 24 July 2026 PRG talk contribs created page File:News icon.png
- 05:07, 24 July 2026 PRG talk contribs uploaded File:News icon.png
- 05:06, 24 July 2026 PRG talk contribs created page File:Mail icon.gif
- 05:06, 24 July 2026 PRG talk contribs uploaded File:Mail icon.gif
- 05:06, 24 July 2026 PRG talk contribs created page File:File icon.gif
- 05:06, 24 July 2026 PRG talk contribs uploaded File:File icon.gif
- 05:06, 24 July 2026 PRG talk contribs created page File:Lock icon.gif
- 05:06, 24 July 2026 PRG talk contribs uploaded File:Lock icon.gif
- 05:05, 24 July 2026 PRG talk contribs created page File:Document.png
- 05:05, 24 July 2026 PRG talk contribs uploaded File:Document.png
- 05:05, 24 July 2026 PRG talk contribs created page File:User.gif
- 05:05, 24 July 2026 PRG talk contribs uploaded File:User.gif
- 05:05, 24 July 2026 PRG talk contribs created page File:External.png
- 05:05, 24 July 2026 PRG talk contribs uploaded File:External.png
- 04:44, 24 July 2026 PRG talk contribs created page File:Bullet.gif
- 04:44, 24 July 2026 PRG talk contribs uploaded File:Bullet.gif
- 04:44, 24 July 2026 PRG talk contribs created page File:Robricks.jpg
- 04:44, 24 July 2026 PRG talk contribs uploaded File:Robricks.jpg
- 12:47, 11 December 2024 PRG talk contribs created page Category:Deprecated Objects (Created page with "This category contains a list of objects that use the Deprecated template.")
- 12:46, 11 December 2024 PRG talk contribs created page Template:Deprecated (Created page with "<div style="border: solid #ff0000 2px; background: #FAF6ED; padding-left:5px; text-align: left;"> '''<s>Deprecated</s>:''' This item has been deprecated. Do not use for new work. </div> <noinclude>Category:Templates</noinclude>")
- 12:46, 11 December 2024 PRG talk contribs created page Children (Function) (Created page with "{{CatUp|Functions}} {{Deprecated}} <onlyinclude>{{Function| name = children |arguments = |returns = Table ''children'' |description = Use GetChildren() instead |object = Global }}</onlyinclude> Category:Functions Category:Deprecated Objects")
- 12:45, 11 December 2024 PRG talk contribs created page BreakJoints (Function) (Created page with "{{CatUp|Functions}} <onlyinclude>{{Function| name = BreakJoints |arguments = |returns = n/a |description = Breaks any Surface connections with any adjacent parts. |object = Flagstand, Part, Seat, SpawnLocation }}</onlyinclude> Category:Functions")
- 12:43, 11 December 2024 PRG talk contribs created page ClassName (Property) (Created page with "{{CatUp|Properties}} <onlyinclude>{{Property |name = className |property = Instance ''class'' |description = The object's class; what the object is. |object = Global }}</onlyinclude> Category:Properties")
- 12:43, 11 December 2024 PRG talk contribs created page Archivable (Property) (Created page with "{{CatUp|Properties}} <onlyinclude>{{Property |name = archivable |property = Bool is archivable |description = Sets whether or not the object is saved when publishing or saving to file. Also sets whether or not the object is cloneable. |object = Global }}</onlyinclude> Category:Properties")
- 12:43, 11 December 2024 PRG talk contribs created page Parent (Property) (Created page with "{{CatUp|Properties}} <onlyinclude>{{Property |name = Parent |property = Object ''An object's parent'' |description = The hierarchical parent of the currently selected object. |object = Global }}</onlyinclude> '''Example:''' <pre> print(script.Parent.Name) -- "Workspace" should appear in the output window (only if the script is located under Workspace). </pre> Category:Properties")
- 12:42, 11 December 2024 PRG talk contribs created page Name (Property) (Created page with "{{CatUp|Properties}} <onlyinclude>{{Property |name = Name |property = String ''object's name'' |description = The name of the object. |object = Global }}</onlyinclude> Category:Properties")
- 12:42, 11 December 2024 PRG talk contribs created page Category:ROBLOX Lua Services (Created page with "ROBLOX Lua services are Lua objects unique to ROBLOX. You can find some of these by going to Insert> Service.")
- 12:41, 11 December 2024 PRG talk contribs created page RBX.lua.Debris (Service) (Created page with "{{CatUp|Class reference}} Using the Debris service, you can have an object automatically clean it's self up after a set amount of time. It will also keep the objects from getting out of hand. Once the service is run, you can find it's object on the bottom of the list in the Explorer pane in the Studio. It's parent is automatically game, and that cannot be changed. {{Service}} ==Functions== In addition to the global functions, the Debris service also has these: *Ad...")
- 12:40, 11 December 2024 PRG talk contribs created page MaxItems (Property) (Created page with "{{CatUp|Properties}} <onlyinclude>{{Property |name = MaxItems |property = Float ''Maximum amount of debris items allowed'' |description = Sets the maximum of debris object that can exist. If the number is exceeded, the excess objects are removed. |object = Debris }}</onlyinclude> Category:Properties")
- 12:39, 11 December 2024 PRG talk contribs created page Float (Created page with "{{CatUp|Properties}} {{Property| name = Floating Point |property = N/A |description = A "Floating Point" value is essentially an integer with the ability to include decimal values. The range of a float is from −10e-308 to +10e308 . |object = BoolValue, BrickColorValue, CFrameValue, Color3Value, IntValue, NumberValue, ObjectValue, StringValue, Vector3Value. |}} Category:Properties")
- 12:38, 11 December 2024 PRG talk contribs created page AddItem (Function) (Created page with "{| |<onlyinclude> {{Function| name = AddItem |arguments = Instance '''item''', Float '''lifetime''' <default = 10> |returns = n/a |description = Adds that item to the Debris service, which will remove the item after the lifetime has expired, or the number of the debris items exceeds the MaxItems limit. |object = Debris |}}</onlyinclude> |} Categ...")
- 12:36, 11 December 2024 PRG talk contribs created page Abort (Function) (Created page with "{{Stub}} Category:Functions Category:Stubs")
- 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...")