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).

Logs
  • 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...")