Can someone tell me why sometimes that another player on someone’s client is floating in the air just walking around but on that player’s side they are just walking normally.
What does it look like on the server side?
The same thing, the player in the air
- OP gives no information
- HELP ME PLZ ROBLOX ENGINE SO BROKE
Bro how we can help you if you are unable to even read TEMPLATE for a post?
But more over you literally just said the exact thing i mentioned above but a little reworded.
Provide more context and information please
I only joined hours ago so I’m new to this
To explain in short, on the other players client, they have a platform up there that only they can walk on and see because that platform was made (or moved) with a LocalScript. But since it was only made on that players client, other players won’t be able to see it.
How do you fix this problem? Just move the platform back down (or delete it) normally with a LocalScript
Edit: Reading this again I might’ve misinterpreted the problem so I’m not 100% sure if I’m correct or not.
The problem is that I was using the humanoidrootpart’s position to teleport the character instead of CFrame. I’m not really sure how that works so if you know please tell me how.
ok so whats happening is that roblox is changing this behind the scenes to account for the hrp being moved (alone) so instead i would recommend using Character:PivotTo() to move the entire character model