Guest User

Roblox Fart Script

a guest
Oct 14th, 2017
5,847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1.  
  2. p = game.Players:GetChildren()
  3. while wait(1) do
  4. for i,v in pairs(p) do
  5. m = Instance.new("Sound", v.Character.Torso)
  6. m.SoundId = "http://www.roblox.com/asset/?id=174658105"
  7. m.Volume = 20
  8. m.Looped = false
  9. m:Play()
  10. a = Instance.new("Smoke", v.Character.Torso)
  11. wait(1)
  12. music:Destroy()
  13. a:Destroy()
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment