Remove swimming in water?

is there currently any way to remove swimming in Roblox water? I’ve been trying to make a game where i can use terrain Roblox water that you can walk in instead of swimming. I haven’t come across anything yet, does anyone know if this is possible?

1 Like

Just do this:

Humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,false)
1 Like