17 messages · Page 1 of 1 (latest)
the -180 should be radianized
math.rad(0) = 0
wait a sec
um yeah
just put this in place of the ry axi?
everything else looks okay
no
you have math.rad(0) as the x arg
you dont have to use math.rad because it will always be 0
however -180 in degrees is not -180 in radians
so you use math.rad on it
ohhh ok
thank u
CFrame.Angles(0, math.rad(-180), 0)
thats probably why
worked perfectly
thanks boss