Hey!
I'm having some issues with Tweening that I can't quite figure out.
I'm Tweening the Position of a GUI, and even when the returned value for the Tween is true (as in, it will play), the animation won't do anything.
I know 100% that it is this single line because the rest of my script works flawlessly, (and even when using another GUI object, the tween will work, but on this specific object it does nothing at all)
script.Parent.Container.StartScreen:TweenPosition(UDim2.new(-1.31,0,0.191,0))
I'm super confused, and never encountered anything like this before, and I've been working with Tweens for well over 3 years at this point.