Advertisement
trolman5678

ewww

Oct 22nd, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local teim = {"10000"}
  2. snd = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  3. snd.SoundId = "rbxassetid://140637992"
  4. snd.Volume = 1
  5. par = Instance.new("ParticleEmitter", game.Players.LocalPlayer.Character.Head)
  6. par.Texture = "http://www.roblox.com/asset/?id=164055044"
  7. par.EmissionDirection = "Front"
  8. par.Enabled = false
  9.  
  10. while true do
  11. snd:Play()
  12. par.Enabled = true
  13. wait(teim[math.random(10000,#teim)])
  14. par.Enabled = false
  15. wait(teim[math.random(10000,#teim)])
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement