I’m trying to make a rotating when you press W or S, and I’m using a BodyGyro, but it doesn’t work properly when I turn. It only works when I’m in a straight line. Here’s my code that I’m using to rotate it.
BG.CFrame = CFrame.new(helicopter.CFrame.Position)*CFrame.Angles(math.rad(15*math.sign(seat.ThrottleFloat)), 0, 0);
Any help would be appreciated. ![]()