Set (Method)

From Legacy Roblox Wiki
Revision as of 13:49, 31 December 2010 by >Camoy
Jump to navigationJump to search
Set( Table selection )
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())