Making a boat achieve its max steering speed faster

Hello everyone, I have a problem with a boat script. The BodyAngularVelocity that makes it turn lets the player hold the keybind which turns the boat and steer faster and faster.

I want the player to achieve the steering speed goal almost instantly (like some seconds after or something like that) after pressing the keybind.

I have tried changing the P property to very high, even to inf. But the steering speed still increases gradually and slowly.

Hope there is a way of fixing this.

Thanks for reading!

2 Likes

You could try increasing the MaxTorque.

Also, experiment with decreasing the total mass of your boat and see if that helps.

2 Likes

Maybe change the boat’s physical properties. The friction could be too high.

If you don’t know where the physical properties are on a basepart, scroll down to the part section and click CustomPhysicalProperties.

2 Likes