If an exploiter changes an int value, will it update for the server?

The value is only read on the server, so can the exploiter do anything about it?

1 Like

You’ll need to give more context. Where is this IntValue stored?

Oh, its stored in the players character, thats why im concerned

If client changes value, server doesn’t update it. Thats why roblox has this filter on client to server.

Assuming you change and manage it on the server. Not impossible to change a int value on the server. But its much harder on the server, then on the client

Thank you! character limit ugh

And i suppose if they delete its the same thing, right?

You can try this yourself by clicking the ‘Current: Client’ button in a play test. When your on the client. Change the value. Then click it so your viewing from the server, and you will find that it doesn’t change.

Wow! I didn’t know what that button did, really useful! Thanks a lot!

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