#camera is not facing the correct rotation

17 messages · Page 1 of 1 (latest)

dull pendant
#

the -180 should be radianized

#

math.rad(0) = 0

#

wait a sec

#

um yeah

green tinsel
dull pendant
#

everything else looks okay

dull pendant
#

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

green tinsel
#

ohhh ok

#

thank u

dull pendant
#

CFrame.Angles(0, math.rad(-180), 0)

#

thats probably why

green tinsel
#

worked perfectly

#

thanks boss