Example:
Player[A] see Player[B] is on position 1 but another player in server see Player[B] is on position2 sometime this bug make that player look like hacker like this picture:
1 Like
Probably due to how client-replication is made across your LocalScripts
If Player[A] & Player[B] can easily see Position 1, but Player[C] looks like Player[B] is hacking then you’re probably making the Position (Or Part) transparent for Player[C] on the client side
1 Like