Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 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("Principal edit by S.I Corp -> 'We provide ALL of your needs.' ")
  8. print("Original Baldi V2 script created by Theamazingnater")
  9.  
  10. char.Humanoid.JumpPower = 0
  11. char.Humanoid.Animator:Destroy()
  12. char.Animate:Destroy()
  13. char.Head.face.Transparency = 1
  14. local schoolhouse = Instance.new("Sound",char)
  15. schoolhouse.SoundId = "rbxassetid://1865627207"
  16. schoolhouse.Volume = 10
  17. local doors = Instance.new("Sound",char)
  18. doors.SoundId = "rbxassetid://1846426159"
  19. doors.Volume = 10
  20. local sweepdecal1 = Instance.new("Decal",sweep)
  21. local sweepdecal2 = Instance.new("Decal",sweep)
  22. local weld = Instance.new("Weld",sweep)
  23. sweepdecal1.Face = "Back"
  24. sweepdecal1.Texture = "rbxassetid://149369875"
  25. sweepdecal2.Face = "Front"
  26. sweepdecal2.Texture = "rbxassetid://149369875"
  27. sweep.Name = "gotta sweep sweep sweep"
  28. sweep.Size = Vector3.new(4.2, 8.4, 0.114)
  29. sweep.Transparency = 1
  30. sweep.CanCollide = false
  31. weld.Part0 = char.Torso
  32. weld.Part1 = sweep
  33. weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
  34. sweep.Parent = char
  35. local vel = Instance.new("BodyVelocity",sweep)
  36. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  37. vel.Velocity = Vector3.new(0,0,0)
  38. for i,v in pairs(char:GetChildren()) do
  39. if v.ClassName == "Part" then
  40. v.Transparency = 1
  41.  
  42. elseif v.ClassName == "Accessory" then
  43. v.Handle.Transparency = 1
  44. end
  45. end
  46. mouse = plr:GetMouse()
  47. SpeedofBaldi = 80
  48. using = false
  49. char.Torso.Touched:connect(function(part)
  50. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  51. if human and using then
  52. human.Health = 0
  53. death:Play()
  54. end
  55. end)
  56. function Taunt()
  57. local rd = math.random(1,3)
  58. if rd == 1 then
  59. congrats:Play()
  60. end
  61. if rd == 2 then
  62. schoolhouse:Play()
  63. end
  64. if rd == 3 then
  65. doors:Play()
  66. end
  67. end
  68. function Teleport()
  69. char.Torso.CFrame = mouse.Hit + Vector3.new(0,3,0)
  70. slap:Play()
  71. using = true
  72. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1923831055"
  73. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1923831055"
  74. wait(0.4)
  75. using = false
  76. sweepdecal1.Face = "Back"
  77. sweepdecal1.Texture = "rbxassetid://1923831055"
  78. sweepdecal2.Face = "Front"
  79. sweepdecal2.Texture = "rbxassetid://1923831055"
  80. end
  81. mouse.KeyDown:connect(function(k)
  82. if k == "v" then
  83. Taunt()
  84. end
  85. if k == "f" then
  86. Teleport()
  87. end
  88. end)
  89.  
  90. function move()
  91. vel.Velocity = char.Torso.CFrame.lookVector * SpeedofBaldi
  92. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1923831055"
  93. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1923831055"
  94. using = true
  95. slap:Play()
  96. wait(0.4)
  97. using = false
  98. vel.Velocity = Vector3.new(0,0,0)
  99. sweepdecal1.Face = "Back"
  100. sweepdecal1.Texture = "rbxassetid://1923831055"
  101. sweepdecal2.Face = "Front"
  102. sweepdecal2.Texture = "rbxassetid://1923831055"
  103. end
  104. mouse.Button1Down:connect(function()
  105. move()
  106. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement