Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Tween not working (Very confused???)

Asked by 5 years ago

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.

0
Tried doing the other arguments? awfulszn 394 — 5y
0
Yes, I've tried added the extra arguments, and playing around with them (changing override to true etc), MezornoIV 25 — 5y

Answer this question