:StopListening

Stops listening for updates for a specific realKey. This informs the server to stop sending updates for this key to this client and cleans up all local resources (cache entry and signals) associated with it.

It's a crucial practice to call this when a piece of UI is destroyed or a system no longer needs the data to prevent memory leaks and unnecessary network traffic.


DataReplicator:StopListening(realKey: string)


  • realKey: string

    The original data key.

Last updated