Who knows how to make good anti-cheat?
(i mean protect your game from movement hacks without giving permission to the player to change their character’s position without making a character laggy)
mb I should create a false body which player can move from client side and move the main body only through server script?
Are there another ways to protect character’s position from movement hacks?
This should probably go in #help-and-feedback:scripting-support. But, personally, I hate that Roblox allows the player character to be influenced by the client. I don’t understand why Roblox chose to do it this way for it only serves the purpose of causing pain and suffering to players and developers.
It can be argued that they chose to do it this way because it reduces load on the server by letting the client do its own character calculations.