I forgot local vs server side exists

something something something something something something

I’m a bit unsure of what you are asking but from what I’ve understood, then no. There isn’t such a thing. What were you going to use it for? We could probably help to find another way to do it.

The problem you are facing is client-side actions and server-side actions. I’ll try and explain it.

The server can change anything for everyone no matter what. While the client can change whatever they want on their screen, the server won’t recognize any changes made by the player.

What is happening for you is trying to change a server-side value from the client-side without going through the proper channels. This means the server doesn’t see it and your change doesn’t matter.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.