Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local sound = Instance.new("Sound")
- sound.Parent = workspace
- sound.SoundId = "rbxassetid://506001681"
- sound.Volume = 5
- sound:Play()
- for i, player in ipairs(game.Players:GetPlayers()) do
- if player.Character then
- local hum = player.Character:FindFirstChild('Humanoid')
- if hum then
- hum.Health = 0
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment