Advertisement
num6456

Untitled

Mar 24th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. --replace [MESSAGE HERE] with whatever you like and watch the rainbow ;)
  2.  
  3. game:GetService("RunService").Stepped:connect(function()
  4. Colors = {"Blue", "Green", "Red"} for i,v in pairs(game.Players:GetChildren()) do game.Lighting.Remote.SendMessage:FireServer(v, Colors[math.random(1, #Colors)], "MESSAGE HERE") end
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement