Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

Can hackers mess with their own Character?

Asked by
Dfzoz 489 Moderation Voter
4 years ago

I discovered that if I delete objects like bodyparts from my character or change my Walkspeed locally the effects also applies serverside. Does that mean that a hacker can still hack speed jump and noclip (adding notouchconstraints) on my game?

0
sure... SoftlockedUnderZero 668 — 4y

1 answer

Log in to vote
2
Answered by 4 years ago

I'm not sure about the extent to which the client can modify their character, but the client does have network ownership over their character. Roblox doesn't come with any sort of native anti-cheat, so even if all of your scripts and remote events/functions are secure you still have to track player movement to check for things like speedhacks on your own.

1
The player can move the character wherever they want / change the physics of their character however they want because of network ownership like aqua said. The player can also delete items in their character. These are the only things that are going to be changed on the server. Anything else they try to change will only change locally. royaltoe 5144 — 4y
0
For example, if the player creates a part in the game, they'll only see the part. Nobody else sees the part. If they stand on the part, for them it'll look like theyre standing on the part. For everyone else, it will look like they are floating in the air. royaltoe 5144 — 4y
0
*The* anti cheat is Filtering Enabled. programmerHere 371 — 4y
Ad

Answer this question