– So I’ve made a spin system, and it works fine in the studio.
But the Tweening of the ScrollingFrame canvas position is not proportioned to other screen dimensions so my spin reaches the wrong point on different screens.
I want to be able to tween to a frame inside the ScrollingFrame but I am unable to find a way, that tweens
the canvas position always to the same point on the frames.
If you know how to fix this I would appreciate your help,
thanks :>
I’ve found a solution, Using (AbsoluteWindowsize * frame.position)*10 gave me the position of frame 80 no matter device screen because AbsoluteWindowsize scales.