Why Does It Print 100

I am creating a stat system and everything else works fine, but my IntValues Value is saying 100 when the actual value is different. Ive tried putting it in a local script and searching the issue up but i found no results. It seems to be like this only for this value, maybe because you cant access local values in sever scripts?

Gyazo Link

https://gyazo.com/4420447267259ed0da447ed190013577

Ive checked for duplicate values, as in another IntValue named “MaxHealth” being added in with the value 100 but i havent seen any.

Server scripts will only see values that are on the server, and have been changed on the server.

1 Like