SpyCoderX SpyCoderX loading

deck26 wrote:

It's because you're recalculating x and getting slightly different values - try putting a ‘floor’ block around the x calculation.
That, or just replace
((50) - ((size) * (0.7)))
with
((70) - (size))//70 is close to the size you got from the code above, but it doesn’t vibrate.
in the “change size by” code.