#I need help with the plane script

1 messages · Page 1 of 1 (latest)

night knoll
#

The script in question:

Essentially in this script there is a part called the bank recovery system. Its goal is to prevent the plane from banking to far left and right. While it works, the problem is that it also prevents the plane from moving once it reaches the maximum bank angle that the plane will bank too. I was wondering if someone could help me with edits.

subtle pasture
#

lets see.

#

shouldn't ApplyBankRecovery be set back to false in the else part of the if statement (line 272)?

#

what i gather from this is that if you bank, you apply the correction and keep setting a specific cframe, stopping you from moving.

night knoll
#

Thanks for the edit but it seemed to do nothibg lol.