Roblox API Reference

ServerReplicator 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 (0)

Type Member History
No members defined by ServerReplicator.
1 member inherited from NetworkReplicator
57 members inherited from Instance

Removed member index (7)

Type Member History
void PreventTerrainChanges () 79 78 79 310
void SetBasicFilteringEnabled (bool value) 79 78 79 310
TicketProcessed (int userId, bool isAuthenticated, int protocolVersion) 79 78 79 310
FilterResult DeleteFilter (Instance deletingItem) 79 78 79 131 310
FilterResult EventFilter (Instance firingItem, string event) 79 78 79 131 310
FilterResult NewFilter (Instance newItem, Instance parent) 79 78 79 131 310
FilterResult PropertyFilter (Instance changingItem, string member, Variant value) 79 78 79 131 310

History

Removed members

DeleteFilter

This callback cannot yield. Attempting to yield within this callback will result in an error.
Name Type Default
deletingItem Instance none

History

Tags: [noyield]

EventFilter

This callback cannot yield. Attempting to yield within this callback will result in an error.
Name Type Default
firingItem Instance none
event string none

History

Tags: [noyield]

NewFilter

This callback cannot yield. Attempting to yield within this callback will result in an error.
Name Type Default
newItem Instance none
parent Instance none

History

Tags: [noyield]

PreventTerrainChanges

Name Type Default
No parameters.

History

PropertyFilter

This callback cannot yield. Attempting to yield within this callback will result in an error.
Name Type Default
changingItem Instance none
member string none
value Variant none

History

Tags: [noyield]

SetBasicFilteringEnabled

Name Type Default
value bool none

History

TicketProcessed

Name Type Default
userId int none
isAuthenticated bool none
protocolVersion int none

History