How to allow players to swim in certain sections of the air

Hi, i was wondering if it would be possible to code a game or script that allows players to “swim” freely in the air when they aren’t touching a certain part. Almost Asif they loose gravity when they leave a certain part but are still able to move around in the air or “swim in the air”

It would be great if you could tell me:

  1. If this is possible
  2. How I could implement this in a game
  3. What I would need to learn to know how to code this

Thanks for your time
-FastTheDev

1 Like

To my knowledge, there is not a way to replicate the swimming physics in Roblox outside of water.
Not that I’ve heard of, at least.

Your best bet would most likely be to use BodyPositions & BodyGyros to build your own swimming system, and pair it with a swimming animation.

You can also use Body Constraints for this which achieve this whole ideal easier and better!

1 Like

roughly how long do you think that would take?