Advertisement
Guest User

Poop Test.x d

a guest
Jun 20th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.43 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. repeat wait() until plr.Character
  3. char = plr.Character
  4.  
  5. wait(1/60)
  6.  
  7. print("Poop By BioicDoomAttack_232' ")
  8. print("Edited By BioicDoomAttack_232")
  9.  
  10. char.Humanoid.JumpPower = 0
  11. char.Humanoid.Animator:Destroy()
  12. char.Animate:Destroy()
  13. char.Head.face.Transparency = 1
  14. local sweep = Instance.new("Part")
  15. local slap = Instance.new("Sound",char)
  16. slap.SoundId = "rbxassetid://1923953264"
  17. slap.Volume = 10
  18. local congrats = Instance.new("Sound",char)
  19. congrats.SoundId = "rbxassetid://"
  20. congrats.Volume = 10
  21. local death = Instance.new("Sound",char)
  22. death.SoundId = "rbxassetid://"
  23. death.Volume = 10
  24. local schoolhouse = Instance.new("Sound",char)
  25. schoolhouse.SoundId = "rbxassetid://"
  26. schoolhouse.Volume = 10
  27. local doors = Instance.new("Sound",char)
  28. doors.SoundId = "rbxassetid://"
  29. doors.Volume = 10
  30. local sweepdecal1 = Instance.new("Decal",sweep)
  31. local sweepdecal2 = Instance.new("Decal",sweep)
  32. local weld = Instance.new("Weld",sweep)
  33. sweepdecal1.Face = "Back"
  34. sweepdecal1.Texture = "rbxassetid://1923831055"
  35. sweepdecal2.Face = "Front"
  36. sweepdecal2.Texture = "rbxassetid://1923831055"
  37. sweep.Name = "gotta sweep sweep sweep"
  38. sweep.Size = Vector3.new(4.2, 5.4, 0.114)
  39. sweep.Transparency = 1
  40. sweep.CanCollide = false
  41. weld.Part0 = char.Torso
  42. weld.Part1 = sweep
  43. weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
  44. sweep.Parent = char
  45. local vel = Instance.new("BodyVelocity",sweep)
  46. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  47. vel.Velocity = Vector3.new(0,0,0)
  48. for i,v in pairs(char:GetChildren()) do
  49.     if v.ClassName == "Part" then
  50.         v.Transparency = 1
  51.      
  52.     elseif v.ClassName == "Accessory" then
  53.         v.Handle.Transparency = 1
  54.     end
  55. end
  56. mouse = plr:GetMouse()
  57. SpeedofBaldi = 80
  58. using = false
  59. char.Torso.Touched:connect(function(part)
  60.     local human = part.Parent:FindFirstChildOfClass("Humanoid")
  61.     if human and using then
  62.         human.WalkSpeed = 0
  63.     wait (3)
  64.     human.health = 0
  65.         death:Play()
  66.     end
  67. end)
  68. function Taunt()
  69.     local rd = math.random(1,3)
  70.     if rd == 1 then
  71.         congrats:Play()
  72.     end
  73.     if rd == 2 then
  74.         schoolhouse:Play()
  75.     end
  76.     if rd == 3 then
  77.         doors:Play()
  78.     end
  79. end
  80. function Teleport()
  81.     char.Torso.CFrame = mouse.Hit + Vector3.new(0,3,0)
  82.     slap:Play()
  83.     using = true
  84.     sweepdecal1.Texture = "https://www.roblox.com/library/886270280/poop"
  85.     sweepdecal2.Texture = "https://www.roblox.com/library/886270280/poop"
  86.     wait(0.4)
  87.     using = false
  88.     sweepdecal1.Face = "Back"
  89.     sweepdecal1.Texture = "rbxassetid://1273599848"
  90.     sweepdecal2.Face = "Front"
  91.     sweepdecal2.Texture = "rbxassetid://1273599848"
  92. end
  93. mouse.KeyDown:connect(function(k)
  94.     if k == "v" then
  95.         Taunt()
  96.     end
  97.     if k == "t" then
  98.         Teleport()
  99.     end
  100. end)
  101.  
  102. function move()
  103.     vel.Velocity = char.Torso.CFrame.lookVector * SpeedofBaldi
  104.     sweepdecal1.Texture = "https://www.roblox.com/library/886270280/poop"
  105.     sweepdecal2.Texture = "https://www.roblox.com/library/886270280/poop"
  106.     using = true
  107.     slap:Play()
  108.     wait(0.4)
  109.     using = false
  110.     vel.Velocity = Vector3.new(0,0,0)
  111.     sweepdecal1.Face = "Back"
  112.     sweepdecal1.Texture = "rbxassetid://1273599848"
  113.     sweepdecal2.Face = "Front"
  114.     sweepdecal2.Texture = "rbxassetid://1273599848"
  115.  
  116. end
  117. mouse.Button1Down:connect(function()
  118.     move()
  119. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement