I’m currently trying to make an underwater based game which will include a submarine. My only problem is how to make it so the player is still able to walk in the submarine just like on land and not swim.
Is this possible to make?
I’m currently trying to make an underwater based game which will include a submarine. My only problem is how to make it so the player is still able to walk in the submarine just like on land and not swim.
Is this possible to make?
You can disable the ability to swim with this:
humanoid:SetStateEnabled(Enum.HumanoidStateType.Swimming,false)
Make a part on the submarine that covers the area you want to be dry then build off of the dude on top of me.
I’ve tried lots of different ways to do this and none seem to actually work when the player touches the part.
Sorry for replying late.