Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.
The Actor class inherits from Model. This class was added in version 455.
Methods
BindToMessage(topic: string, function: Function): RBXScriptConnection
Name | Type |
---|---|
topic | string |
function | Function |
- Thread safety: safe
BindToMessageParallel(topic: string, function: Function): RBXScriptConnection
Name | Type |
---|---|
topic | string |
function | Function |
- Thread safety: safe
SendMessage(topic: string, message: Tuple): null
Name | Type |
---|---|
topic | string |
message | Tuple |
- Thread safety: safe
External links[]
- Actor in the Roblox Creator Documentation
- Actor in the Roblox API Reference