Roblox API Reference

CollectionService On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.

Tags: [NotCreatable, Service]

Inherits (1)

Member index (13)

Type Member History
null AddTag (Instance instance, string tag) 299 573
Array GetAllTags () 525
Objects GetCollection (string clazz) 299 605
RBXScriptSignal GetInstanceAddedSignal (string tag) 299
RBXScriptSignal GetInstanceRemovedSignal (string tag) 299
Objects GetTagged (string tag) 299
Array GetTags (Instance instance) 299
bool HasTag (Instance instance, string tag) 299
null RemoveTag (Instance instance, string tag) 299 573
ItemAdded (Instance instance) 299
ItemRemoved (Instance instance) 299
TagAdded (string tag) 525
TagRemoved (string tag) 525
57 members inherited from Instance

History

Members

AddTag On DevHub

Name Type Default
instance Instance none
tag string none

History

GetAllTags On DevHub

Name Type Default
No parameters.

History

GetCollection On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
clazz string none

History

Tags: [Deprecated]

GetInstanceAddedSignal On DevHub

Name Type Default
tag string none

History

GetInstanceRemovedSignal On DevHub

Name Type Default
tag string none

History

GetTagged On DevHub

Name Type Default
tag string none

History

GetTags On DevHub

Name Type Default
instance Instance none

History

HasTag On DevHub

Name Type Default
instance Instance none
tag string none

History

ItemAdded On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
instance Instance none

History

Tags: [Deprecated]

ItemRemoved On DevHub

This item is deprecated. It exists for backwards-compatibility only, and should not be used for new work.
Name Type Default
instance Instance none

History

Tags: [Deprecated]

RemoveTag On DevHub

Name Type Default
instance Instance none
tag string none

History

TagAdded On DevHub

Name Type Default
tag string none

History

TagRemoved On DevHub

Name Type Default
tag string none

History

Relevant classes (1)