Hello there my fellow robloxians.
I have an question., how would i make the character swim when its inside an part.
here’s an example. https://youtu.be/n6dL4PqINZM
i’ve been trying to figure it out how i could archive this but the result is nothing.
Does anyone know or have an idea how i could make this?
Seems like it’s done with BodyMovers - specifically a BodyPosition maintaining the height of the water’s surface (as it seems to me, at least). There are probably a few ways to do this, but I don’t think default Roblox swimming functions with humanoids are how it’s done in the video. Probably just changes movement animation and uses a BodyPosition to make the player float.
This could possibly be a combination of setting the Humanoid’s StateType to Swimming and using BodyMovers to help facilitate movement through the block (as mentioned above).