How do i make which one is left or right using a 360 angle system?

so uh radians exist but radians only do for both angle, is it possible to make the radians so like if the part is on the right side and the angle is there it would print 0.339234 for example and on the left side would print -0.339234, anyways how do i do seperate radians?

check out this thread

A reminder that the idiom for ternary operators in Luau is
if <cond> then <exp1> else <exp2>
or
if <cond1> then <exp1> elseif <cond2> then <exp2> ... else <exp>

And modulo operation uses the same symbol: %

i kinda need a simpler one, is there any?