How would I make it so the player can float like in space smoothly?
You can set the Workspace.Gravity
to zero. This means that the player can float, but so will everything else.
If you only want the player to float and nothing else, you can use a VectorForce
object to cancel the gravity of the player.
1 Like