Facebook
From Billwa, 9 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 436
  1. script/local P = Instance.new("Part", Workspace)
  2. P.Position = Vector3.new(0, 0, 10)
  3. P.Size = Vector3.new(555, 25, 555)
  4.  
  5. sound = Instance.new("Sound")
  6. sound.SoundId = "http://www.roblox.com/asset/?id=162357012"
  7. sound.Parent = game.Workspace
  8. sound.Looped = true
  9. sound.Volume = 15
  10. sound.Pitch = 1.25
  11. sound:Play()
  12.  
  13. P.Touched:connect(function(h)
  14. local p = game.Players:GetPlayerFromCharacter(h.Parent)
  15. if p then
  16. p.CameraMode = "LockFirstPerson"
  17. local c = p.Character
  18. local t = c.Torso
  19. while wait() do
  20. Instance.new("Smoke", t)
  21. Instance.new("Smoke", t)
  22. Instance.new("Smoke", t)
  23. Instance.new("Smoke", t)
  24. end
  25. end
  26. end)
  27.  
  28. M = Instance.new("Message")
  29. M.Parent = game.Workspace
  30. M.Text = "OOPS I FARTED GOTTA FART AGAIN TRY'D TO HOLD IT IN! CAN HOLD IT NO MORE!"
  31.  
  32. B = Instance.new("Message")
  33. B.Parent = game.Workspace
  34. B.Text = "1x1x1x1 IS GOD"
  35.  
  36. C = Instance.new("Message")
  37. C.Parent = game.Workspace
  38. C.Text = "THE POOP MONSTER IS COMING TO GET YOU TONIGHT :---))))"
  39.  
  40. FM = Instance.new("Message")
  41. FM.Parent = game.Workspace
  42. FM.Text = "N0 fming OR ILL R@g and B@N U"