Set (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator New page: <onlyinclude>{{Method|name = Set |arguments = Table ''selection'' |returns = nil |description = Set's the client's selected objects to all of those in the table. You can select ob... |
>ArceusInator |
(No difference)
|
Revision as of 01:35, 30 December 2010
![]() | |
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:GetObjects() )