Need help with my user interface script

SOLOUTION FOUND, THE POST HAS BEEN CLEARED.

Thank you Y_VRN for fixing it!

You can try using math.clamp(Num, Min, Max):

Base.Decorations.Rotation = math.clamp(Vector2.new(One, Two).Magnitude, -15, 15) - -11

Oh yeah, just use + 11 instead of - -11.

1 Like