CreatorSelections¶
Inherits Instance
CreatorSelections is an object that manages selections in the game instance. This class is only available in the creator.
Not newable
This object cannot be created by scripts using Instance.New().
Methods¶
Select → nil¶
Parameters: instance [ Instance ]
Select a instance
SelectChild → nil¶
Parameters: instance [ Instance ]
Select all children of the instance
Deselect → nil¶
Parameters: instance [ Instance ]
Deselect the instance
SelectOnly → nil¶
Parameters: instance [ Instance ]
Deselect all, then select the instance
DeselectAll → nil¶
Parameters: ``
Deselect all instances
HasSelected → boolean¶
Parameters: instance [ Instance ]
Check if instance has been selected