Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.
The CollectionService class inherits from Instance.
Methods
AddTag(instance: Instance, tag: string): null
| Name | Type |
|---|---|
| instance | Instance |
| tag | string |
- Thread safety: unsafe
GetAllTags(): Array
- Thread safety: safe
GetInstanceAddedSignal(tag: string): RBXScriptSignal
| Name | Type |
|---|---|
| tag | string |
- Thread safety: unsafe
GetInstanceRemovedSignal(tag: string): RBXScriptSignal
| Name | Type |
|---|---|
| tag | string |
- Thread safety: unsafe
HasTag(instance: Instance, tag: string): bool
| Name | Type |
|---|---|
| instance | Instance |
| tag | string |
- Thread safety: safe
RemoveTag(instance: Instance, tag: string): null
| Name | Type |
|---|---|
| instance | Instance |
| tag | string |
- Thread safety: unsafe