Sooo i got a prerender loop and i am rotating part’s X axis,
i also add up every loop
the problem tho is when i print math.rad(Projectile.Spin) * dt:
it doesn’t go 1,2,3,4,5 as expected but rather 1,2,5,3,4,8,5,9 and so on:
is there any solution?