I encountered a bug in my game where players are unable to swim. Upon entering the water, Players are automatically pulled down and are unable to swim back up. I initially checked if the issue was related to the walk speed, as a speed of 8 or lower typically prevents effective swimming. However, this is not the case for my game. Notably, I even have a sprint script in place with a speed exceeding 19 and even with the sprint I cannot swim.
Have you made any changes to the Material in player’s body parts, or added items like armour?
Terrain water’s Density is 1 so if your player’s average Density is more than 1 then you’ll have issues with them sinking.
Thanks, Apparently there was an part that spawns for all characters that works with this one system of mine and once I made it massless players are now able to swim.