Player goes under map

Hi, I’m having an issue which is a bug that I can’t fix. It happens at every versions of game and just happens at Roblox Client, works fine on Roblox Studio. There isn’t a code block that moves player to under map. When I press E to drive the sled, the game moves me to under map at just Roblox client. Which is weird because everything works fine at Roblox Studio. Waiting for your answers. Thanks!

On the platform:
image_2021-08-10_180054

When I press E to drive the sled at Roblox Client:

When I press E to drive the sled at Roblox Studio:

u should prob find another way of doing this cause roblox will most likely not fix it after a few days/months or so unless it’s very game-breaking, cause there’s a bug with tween that if u tween a welded object(size) on the character their position doesn’t replicate to other clients this bug has been there for a year or so now.

1 Like

Thank you for the answer. Is there any more thing that causes to that bug?

not really talking bout the bug you showed was just mostly saying that if you wait for the bug to get fixed it’ll prob take days/months/years or so

Try a 2 player play test in studio and see if you get the same result. If you have any code thay deals with cframing or teleporting the player, then revise it.

Also are you sure its not a weld or positioning issue? E.g if the sleds original position is under the map and you weld the player to it, etc.

The weird thing is it’s working fine on Studio. So the sled’s positions are fine. I’m so confused.

Thank you, then I’ll check my code if there is any tweening welded objects, if I can fix it I’ll message here.