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