Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --replace [MESSAGE HERE] with whatever you like and watch the rainbow ;)
- game:GetService("RunService").Stepped:connect(function()
- 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
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement