Hi, im iiMaaster283 and i am asking how to loop a message or if you can.
rm = game.Workspace.AddMessage > while true do rm.Text = "rekt n00b" rm.Text = "OMG A NOPESCOPE" end
Of course you can loop a message!
And in fact, you are very close!
Just add some wait()'s
!
rm = game.Workspace.AddMessage while true do wait(1) rm.Text = "rekt n00b" wait(1) rm.Text = "OMG A NOPESCOPE" end