Set (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Flurite No edit summary |
>Flurite No edit summary |
||
Line 12: | Line 12: | ||
{{clear floats}} | {{clear floats}} | ||
{{Example|< | {{Example|<code lua> | ||
game.Selection:Set(game:GetChildren()) | game.Selection:Set(game:GetChildren()) | ||
</ | </code>}} | ||
[[Category:Methods]] | [[Category:Methods]] |
Revision as of 19:28, 12 April 2012
Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
![]() | |
Returns | nil |
Description: | Set's the client's selected objects to all of those in the table. You can select objects you wouldn't normally be able to like DataModel, SocialService, and other non-browsable Instances. |
Member of: | Selection |
Example
game.Selection:Set(game:GetChildren())