Why does my raft spin out of control when the player is standing on it?

I posted this question before but I need to be more clear.

I have a raft, inside the raft I have a BodyThrust and BodyGyro, everything works fine, but sometimes when the player is standing on the raft it wants to spin out of control.

I have played around with the physical properties, removed the Gyro, Set all other parts to massless, but nothing helps.

However usually when the player sits down on the VehicleSeat and then exits the seat the raft stops spinning out.

I am clueless as to why this happens, I have tried everything I can think of to stop it from spinning but nothing helps.

1 Like

Did you check the BodyThrust and BodyGyro values during the bug to know When and What happens when It occurs?

1 Like

I actually just stripped the raft down to nothing but one part which is the raft mesh and tried to stand on it and got the same effect.

So the problem lies in the raft itself not any of the other welded part or BodyMovers, it’s frustrating because I have tried changing up the density as much as possible to keep it afloat but in the end the problem remaines.

1 Like

Actually I can’t help you so much, I’m not in house and I can’t do any type of test to see by myself the problem.

What if you try to replicate that problem using just the VehicleSeat instead of the whole raft.

1 Like

I did experiment with other parts and those parts did the same.

Try lowering the speed or changing the script to limit speed and if it tries to get over that speed it will slow down?