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

How would I fix this script for making a text change position overtime?

Asked by 5 years ago

Here is my script

1.    Wait(25)
2.    while true do -- infinite loop
3       script.Parent:TweenPosition(UDim2.new(0,0,0,0),'In','Back',1)
4       wait(1)
5   end

This doesnt do what I’m trying to do and doesn’t work I’m trying to make my text that’s in the middle of my frame slide to the top right of my frame

0
Don’t mind the infinite loop Eyelesstiamat 7 — 5y
0
Take it out of the loop, the tween will do its thing without it. Make sure this is in a local script and inside the instance you are wanting to move. ForeverBrown 356 — 5y

Answer this question