Player is randomly sliding across the map

I was testing my game today and for some reason after reset and spawned my player seemed to be stuck inside the ground and would slide randomly across the map. I tried disabling any scripts I added or editted that day, but after a few resets the same problem would accur. Is this a problem on my end, or something roblox has to fix?

Footage:

Spawn Location:

i think it is because the spawn is too low in the ground

1 Like

This normally means that you have placed your SpawnLocation too near to the floor, as @BeyondTheEgde said. Try raising it up a 1 or less, and see if it fixes the problem.

The sliding is most likely because the player character is continuously falling, without touching a floor, and is able to move while falling, combined with weird roblox stuck physics.

2 Likes