This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Members

Properties

Functions

Returns Function History
void AddTag ( Instance instance, string tag ) (+0.299)
EventInstance GetInstanceAddedSignal ( string tag ) (+0.299)
EventInstance GetInstanceRemovedSignal ( string tag ) (+0.299)
Objects GetTagged ( string tag ) (+0.299)
Array GetTags ( Instance instance ) (+0.299)
bool HasTag ( Instance instance, string tag ) (+0.299)
void RemoveTag ( Instance instance, string tag ) (+0.299)
Objects GetCollection ( string class )

YieldFunctions

  • 1 yieldfunction inherited from Instance

Events

Event
ItemAdded ( Instance instance )
ItemRemoved ( Instance instance )

Function Descriptions

voidCollectionService.AddTag ( Instance instance, string tag )

Version History:(+0.299)

EventInstanceCollectionService.GetInstanceAddedSignal ( string tag )

Version History:(+0.299)

EventInstanceCollectionService.GetInstanceRemovedSignal ( string tag )

Version History:(+0.299)

ObjectsCollectionService.GetTagged ( string tag )

Version History:(+0.299)

ArrayCollectionService.GetTags ( Instance instance )

Version History:(+0.299)

boolCollectionService.HasTag ( Instance instance, string tag )

Version History:(+0.299)

voidCollectionService.RemoveTag ( Instance instance, string tag )

Version History:(+0.299)

ObjectsCollectionService.GetCollection ( string class )

Deprecated: This member is deprecated.

Event Descriptions

CollectionService.ItemAdded ( Instance instance )

Deprecated: This member is deprecated.

CollectionService.ItemRemoved ( Instance instance )

Deprecated: This member is deprecated.

Inherits: