How is possible to make swimming part?

hello,
i was wonder how is possible to make swim-able part in roblox studio like this one: City of Rolantis - Roblox
here is some example:
https://gyazo.com/6a7331e6bd44a0443dd2379281e05ab0
https://gyazo.com/838fe43d64f40dc84f57668dc4dd7644
i am have to create BodyVelocity inside the player humanoid?
thanks,
REALINONOOBYT.

2 Likes

Image to show us what you mean or for quick example of what you want to achieve would be apperciated because I haven’t played this game in the past.

1 Like

i added example of that. (30 char)

AFAIK this is just flying but the underwater setting gives the illusion of swimming. So, with that in mind, the principles of flying would apply. You can look into some body movers or resources that allow you to fly to help look into how to go about accomplishing this.

4 Likes

i tried to do that but is no work

It does work, it’s just not ideal. You should do some research so you actually know what things do: from the HumanoidStateType you’re setting to not abusing loops like this (why do you have two nested loops anyway?). Flying is a whole separate movement system that will need much more work in depth.

1 Like