How would I make the player hover? (e.g not affected by gravity but doesnt get propelled up while jumping)

I am trying to make a player hover but be able to walk while in air
However, I don’t know where to start with this.
I would like to also know if it’s possible to do this on the server.
I haven’t seen any solutions on YT or the devforum so I am making a topic. Thank you.

workspace.Gravity

Change this locally for the player.

1 Like

I am guessing there is no way to do this on the server? If that’s so, I’ll use this method. Just asking if I can do this on the server.

You can do it on the server however it will affect all players.

1 Like

They’re not floating, when they jump they get propelled incredibly high and fall back down, instead of staying in place.

https://gyazo.com/e84cd48c312b587daa840c890f87deba
https://gyazo.com/f0d6a74dee51fc162e6db0756ebb1cc2
These are the issues. First one I slowly go up while hovering and cannot rejump, and the second one I get propelled incredibly high while jumping.