Looped tween glitched

Hi, i made a loading circle that has for tween info ts:Create(main.Play.ImageLabel,turnInf,{Rotation = 361}):Play()

it goes up to 361° so it should not go back, i already tried to do 360.

https://gyazo.com/f01a05ca8e2dc75ec31768b0067f4c46

Could you show us the tweenInfo? There should maybe be the problem, as in it you can set if it reverses (fourth parameter, a bool)

Nevermind fixed it and in fact it was the bool, i also used math.huge instead of -1