script/local P = Instance.new("Part", Workspace) P.Position = Vector3.new(0, 0, 10) P.Size = Vector3.new(555, 25, 555) sound = Instance.new("Sound") sound.SoundId = "http://www.roblox.com/asset/?id=162357012" sound.Parent = game.Workspace sound.Looped = true sound.Volume = 15 sound.Pitch = 1.25 sound:Play() P.Touched:connect(function(h) local p = game.Players:GetPlayerFromCharacter(h.Parent) if p then p.CameraMode = "LockFirstPerson" local c = p.Character local t = c.Torso while wait() do Instance.new("Smoke", t) Instance.new("Smoke", t) Instance.new("Smoke", t) Instance.new("Smoke", t) end end end) M = Instance.new("Message") M.Parent = game.Workspace M.Text = "OOPS I FARTED GOTTA FART AGAIN TRY'D TO HOLD IT IN! CAN HOLD IT NO MORE!" B = Instance.new("Message") B.Parent = game.Workspace B.Text = "1x1x1x1 IS GOD" C = Instance.new("Message") C.Parent = game.Workspace C.Text = "THE POOP MONSTER IS COMING TO GET YOU TONIGHT :---))))" FM = Instance.new("Message") FM.Parent = game.Workspace FM.Text = "N0 fming OR ILL R@g and B@N U"