#Just a question about exploiting.

1 messages · Page 1 of 1 (latest)

final ginkgo
#

If I added an int value to the player that represented their coins and an exploiter were to change that, would the server respond to that change or would the change be visually only on the client side?

tidal breach
#

and no i dont think they can change the value

smoky badger
#

unless network ownership is set to client

#

but that only affects physics

elder stream
#

if you saved coins as an int value on the player its fine aslong as you never save that value from the server.

#

leaderstats is a folder in the player that has their coins gems whatever you want

#

they can change that using malicious scripts

#

but aslong as when you read or write their data you get it from your database then its fine

#

#never trust the client for information

final ginkgo
#

alr thanks