Roblox API Reference

ClientReplicator On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, NotReplicated]

Inherits (2)

Member index (6)

Type Member History
null RequestRCCProfilerData (int frameRate, int timeFrame) 364 573
null RequestServerScriptProfiling (bool start, int? frequency) 547 562 573
null RequestServerScriptProfilingData () 600
null RequestServerStats (bool request) 573
RCCProfilerDataComplete (bool success, string message) 364
StatsReceived (Dictionary stats) 202
1 member inherited from NetworkReplicator
57 members inherited from Instance

History

Members

RCCProfilerDataComplete On DevHub

Name Type Default
success bool none
message string none

History

RequestRCCProfilerData On DevHub

Name Type Default
frameRate int none
timeFrame int none

History

RequestServerScriptProfiling On DevHub

Name Type Default
start bool none
frequency int? none

History

RequestServerScriptProfilingData On DevHub

Name Type Default
No parameters.

History

RequestServerStats On DevHub

Name Type Default
request bool none

History

StatsReceived On DevHub

Name Type Default
stats Dictionary none

History