How can I find the script that changes the property of an Instance?

There’s this one leaderstat value that gets changed, but I have no idea which script changes it. I tried using the Find All / Replace All feature, but I still can’t find why the value changes.

There is no script because I’m looking for that script in the first place.

Try Find All again and look “.Value” or just “Value”. If it sets it to a specific value then find = “Value”

1 Like

Another possibility is that its due to client and server differemces, if it updates on client the server might reset the value to the server value instead.

1 Like