Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.
The ClientReplicator class, added in version 0.157, inherits from NetworkReplicator. It cannot be instantiated.
Methods
IsStreamedOut(instance: Instance): bool
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
RequestRCCProfilerData(frameRate: int, timeFrame: int): null
| Name | Type |
|---|---|
| frameRate | int |
| timeFrame | int |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
RequestServerStats(request: bool): null
| Name | Type |
|---|---|
| request | bool |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
Events
RCCProfilerDataComplete(success: bool, message: string)
| Name | Type |
|---|---|
| success | bool |
| message | string |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe
StatsReceived(stats: Dictionary)
| Name | Type |
|---|---|
| stats | Dictionary |
- Security: RobloxScriptSecurity.
- Thread safety: unsafe