Can exploiters edit number values in their character and it would replicate to the server?

I am creating a fighting game, and place number values in the character to detect damage multipliers. Is there anyway an exploiter can change their value and it would replicate to the server?

No unless you’re firing a server on the and using the number through the client. Otherwise if your combat is via serverside you’re good as exploiters can only change stuff client side without a remote / server event.

1 Like

Thank you for the clarification! I’m fine then.

Glad to help you :slight_smile: if you need anything else just @ me!

1 Like

Something you should also note is that they can delete the number value inside their character and it will replicate.

2 Likes

Yeah, that’s why I was wondering if changing their own values would replicate as well.

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