Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.
The FaceAnimatorService class inherits from Instance.
Properties
AudioAnimationEnabled: bool
- Category: Control.
- Read security: RobloxScriptSecurity.
- Write security: RobloxScriptSecurity.
- Serialization: cannot load or save.
- Thread safety: read safe
FaceTrackingStatusEnum: TrackerFaceTrackingStatus
- Category: Control.
- Read security: RobloxScriptSecurity.
- Write security: RobloxScriptSecurity.
- Serialization: cannot load or save.
- Thread safety: read safe
FlipHeadOrientation: bool
- Category: Control.
- Read security: RobloxScriptSecurity.
- Write security: RobloxScriptSecurity.
- Serialization: cannot load or save.
- Thread safety: read safe
VideoAnimationEnabled: bool
- Category: Control.
- Read security: RobloxScriptSecurity.
- Write security: RobloxScriptSecurity.
- Serialization: cannot load or save.
- Thread safety: read safe
Methods
GetTrackerLodController(): TrackerLodController
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
Init(videoEnabled: bool, audioEnabled: bool): null
| Name | Type |
|---|---|
| videoEnabled | bool |
| audioEnabled | bool |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
IsStarted(): bool
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
Start(): null
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
Step(): null
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
Stop(): null
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
Events
TrackerError(error: TrackerError)
| Name | Type |
|---|---|
| error | TrackerError |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
TrackerPrompt(prompt: TrackerPromptEvent)
| Name | Type |
|---|---|
| prompt | TrackerPromptEvent |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe