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

How to make text move across screen?

Asked by 10 years ago

How can I make this repeat the message after it is off the screen?


right = false left = true speed = 10000 while true do wait() if right then for i=1, speed do script.Parent.Position = UDim2.new(i / speed,0,0.5,0) wait() end end if left then for i=1, speed do script.Parent.Position = UDim2.new((speed - i) / speed,0,0.5,0) wait() end end end

1 answer

Log in to vote
2
Answered by
M39a9am3R 3210 Moderation Voter Community Moderator
10 years ago

= Services Discontinued = Reason; Hostility of OP in comment of original question.

Ad

Answer this question