Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why is body gyro not tilting the vehicle?

Asked by 5 years ago

How do I stop one of the angles x,y,z? I am creating a Flying car and working on the vehicle turning left and right. When the vehicle turn left it tilt a bit and just turn that's what I'm trying to do. Below is one of the script, this one is making the vehicle turn left.


-----Angle 1------- BGyro.CFrame = CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)) -----Angle 2------- BGyro.CFrame = Part.CFrame * CFrame.Angles(math.rad(0),math.rad(10),math.rad(0))

Answer this question