Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Lighting = game["Lighting"]
- Lighting.Ambient = Color3.new(255, 0, 0)
- local sound = Instance.new("Sound")
- sound.SoundId = "rbxassetid://141279377"
- sound.Parent = game.Workspace
- sound.Looped=true
- sound:Play()
- sound.Volume=10
- sound.PlaybackSpeed=5
- local hint = Instance.new('Hint', workspace) -- Insert a new hint in the Workspace.
- hint.Text = "ERROR: SERVER IS UNSTABLE! SHUT DOWN ACTIVATED!!!!!!!!" -- Set the text of the hint to "Hello World!".
- wait(30)
- hint:Destroy() -- Remove the hint after 10 seconds.
- for i, v in next, game:GetService"Players":GetPlayers() do
- v:Kick("This game has shut down")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement