Advertisement
JuicyPenguin

poop script

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