Script:
h = Instance.new("Hint", Workpace) while wait() do h.Text = "1" Wait(2.5) h.Text = "2" Wait(2.5) h.Text = "3" wait(2.5) h.Text = "4" wait(2.5) h.Text = "5" end
Output: Blank about script (Nothing)
lol u put Wait(2.5) on first 2 texts
h = Instance.new("Hint", Workpace) while wait() do h.Text = "1" wait(2.5) h.Text = "2" wait(2.5) h.Text = "3" wait(2.5) h.Text = "4" wait(2.5) h.Text = "5" end
~~ happy scripting!~~