SHOW:
|
|
- or go back to the newest paste.
1 | - | victim = 'jillmiles1' |
1 | + | victim = 'supersonicfan111' |
2 | ||
3 | function kill() | |
4 | q=Instance.new("Sound", game.Players[victim].PlayerGui) q.SoundId = "rbxassetid://129562296" q:Play() | |
5 | end | |
6 | ||
7 | while game:GetService("RunService").RenderStepped:wait() do | |
8 | spawn(kill) | |
9 | end |