How would I go about making swimmable water without the terrain?

I have large water tiles in my game to reduce lag, is there any way to make the player able to swim in it like in water terrain?

1 Like

Body movers and use of the Swimming HumanoidStateType. Your aim is to make the character fly when they’re in a certain region, so flying in the water region essentially gives that illusion of swimming.

2 Likes

Wait, is the humanoidstatetype a part I can put in the water? And should I use a swim animation?

No, it’s not a part. Look it up on the Developer Hub and infer meaning from its name. It’s a literal term for the state of a humanoid object, which you can set to swimming.

And I would put that in a script in the water?

You can implement it in any way you want to. Try doing this on your own first. :slightly_smiling_face:

1 Like