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