Advertisement
JuicyPenguin

funny script

Jul 28th, 2015
1,815
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement