Asking about stats

First Question

So I have a stats folder (not leaderstats) , if I change the value , will the GUI (Client) detect it, or should I FireClient everytime it change? Or maybe I can use Value:GetPropertyChangedSignal(‘Value’) on local script?

Second question

If I use leaderstats, will it automatic detect on client?

1 Like

To answer both questions, if the stat’s value is changed on the server, all clients will detect it. If the stat’s value is changed on the client, only that client will detect it.

1 Like