Roblox Wiki
Roblox Wiki
36,851
pages
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

This class member is missing documentation. Create or add to its subpage at Class:ClientReplicator/IsStreamedOut.
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

RequestRCCProfilerData(frameRate: int, timeFrame: int): null

Parameters
NameType
frameRateint
timeFrameint
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

RequestServerStats(request: bool): null

Parameters
NameType
requestbool
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

Events

RCCProfilerDataComplete(success: bool, message: string)

Parameters
NameType
successbool
messagestring
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

StatsReceived(stats: Dictionary)

Parameters
NameType
statsDictionary
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

Removed members

External links[]