I'm using this method to move an object
System EveryTick:
Set X to Object.X +2
The movement looks fluid, but the problem is that, when I resize the window(I'm using letterbox scale mode), the object moves faster.
Is there a way to avoid this? I noticed that using bullet behaviour runs equally faster when resized, but is there a way to implement this without using the bullet behavior?