Hi, I was wondering if anyone could help me with this problem.
I have infinite platform boxes going from right to left but using the “timer.performanWithDelay” causes the boxes to look extremely choppy and blurry even at 60fps. Would there be an alternate way to achieve this without using “timer.performanWithDelay”? I’m even ok with using “transitions” or anything else for that matter as long as the boxes look smooth and not too blurry.
Below is the code that I used:
movePlatformTimer = timer.performWithDelay(20, movePlatforms, -1)
Any help would be appreciated, thank you in advance!