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.
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.
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