Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.03 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("Baldi V2 By Theamazingnater")
  8.  
  9. char.Humanoid.JumpPower = 50
  10. char.Humanoid.Animator:Destroy()
  11. char.Animate:Destroy()
  12. char.Head.face.Transparency = 1
  13. local sweep = Instance.new("Part")
  14. local slap = Instance.new("Sound",char)
  15. slap.SoundId = "rbxassetid://1841427728"
  16. slap.Volume = 100
  17. local congrats = Instance.new("Sound",char)
  18. congrats.SoundId = "rbxassetid://1846448410"
  19. congrats.Volume = 1000
  20. local death = Instance.new("Sound",char)
  21. death.SoundId = "rbxassetid://1846449729"
  22. death.Volume = 10
  23. local schoolhouse = Instance.new("Sound",char)
  24. schoolhouse.SoundId = "rbxassetid://1865627207"
  25. schoolhouse.Volume = 10
  26. local doors = Instance.new("Sound",char)
  27. doors.SoundId = "rbxassetid://1846426159"
  28. doors.Volume = 10
  29. local sweepdecal1 = Instance.new("Decal",sweep)
  30. local sweepdecal2 = Instance.new("Decal",sweep)
  31. local weld = Instance.new("Weld",sweep)
  32. sweepdecal1.Face = "Back"
  33. sweepdecal1.Texture = "rbxassetid://1814499405"
  34. sweepdecal2.Face = "Front"
  35. sweepdecal2.Texture = "rbxassetid://1814499405"
  36. sweep.Name = "gotta sweep sweep sweep"
  37. sweep.Size = Vector3.new(4.2, 8.4, 0.114)
  38. sweep.Transparency = 1
  39. sweep.CanCollide = false
  40. weld.Part0 = char.Torso
  41. weld.Part1 = sweep
  42. weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
  43. sweep.Parent = char
  44. local vel = Instance.new("BodyVelocity",sweep)
  45. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  46. vel.Velocity = Vector3.new(0,0,0)
  47. for i,v in pairs(char:GetChildren()) do
  48. if v.ClassName == "Part" then
  49. v.Transparency = 1
  50.  
  51. elseif v.ClassName == "Accessory" then
  52. v.Handle.Transparency = 1
  53. end
  54. end
  55. mouse = plr:GetMouse()
  56. SpeedofBaldi = 40
  57. using = false
  58. char.Torso.Touched:connect(function(part)
  59. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  60. if human and using then
  61. human.Health = 0
  62. death:Play()
  63. end
  64. end)
  65. function Taunt()
  66. local rd = math.random(1,3)
  67. if rd == 1 then
  68. congrats:Play()
  69. end
  70. if rd == 2 then
  71. schoolhouse:Play()
  72. end
  73. if rd == 3 then
  74. doors:Play()
  75. end
  76. end
  77. function Teleport()
  78. char.Torso.CFrame = mouse.Hit + Vector3.new(0,3,0)
  79. slap:Play()
  80. using = true
  81. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1814500416"
  82. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1814500416"
  83. wait(0.4)
  84. using = false
  85. sweepdecal1.Face = "Back"
  86. sweepdecal1.Texture = "rbxassetid://1814499405"
  87. sweepdecal2.Face = "Front"
  88. sweepdecal2.Texture = "rbxassetid://1814499405"
  89. end
  90. mouse.KeyDown:connect(function(k)
  91. if k == "v" then
  92. Taunt()
  93. end
  94. if k == "f" then
  95. Teleport()
  96. end
  97. end)
  98.  
  99. function move()
  100. vel.Velocity = char.Torso.CFrame.lookVector * SpeedofBaldi
  101. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1814500416"
  102. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1814500416"
  103. using = true
  104. slap:Play()
  105. wait(0.4)
  106. using = false
  107. vel.Velocity = Vector3.new(0,0,0)
  108. sweepdecal1.Face = "Back"
  109. sweepdecal1.Texture = "rbxassetid://1814499405"
  110. sweepdecal2.Face = "Front"
  111. sweepdecal2.Texture = "rbxassetid://1814499405"
  112. end
  113. mouse.Button1Down:connect(function()
  114. move(100)
  115. end)
  116. RAW Paste Data
  117.  
  118. plr = game.Players.LocalPlayer
  119. repeat wait(0) until plr.Character
  120. char = plr.Character
  121.  
  122. wait(1/60)
  123.  
  124. print("Baldi V2 By Theamazingnater")
  125.  
  126. char.Humanoid.JumpPower = 20
  127. char.Humanoid.Animator:Destroy(100)
  128. char.Animate:Destroy(200)
  129. char.Head.face.Transparency = 1
  130. local sweep = Instance.new("Part")
  131. local slap = Instance.new("Sound",char)
  132. slap.SoundId = "rbxassetid://1841427728"
  133. slap.Volume = 10
  134. local congrats = Instance.new("Sound",char)
  135. congrats.SoundId = "rbxassetid://1846448410"
  136. congrats.Volume = 10
  137. local death = Instance.new("Sound",char)
  138. death.SoundId = "rbxassetid://1846449729"
  139. death.Volume = 10
  140. local schoolhouse = Instance.new("Sound",char)
  141. schoolhouse.SoundId = "rbxassetid://1865627207"
  142. schoolhouse.Volume = 10
  143. local doors = Instance.new("Sound",char)
  144. doors.SoundId = "rbxassetid://1846426159"
  145. doors.Volume = 10
  146. local sweepdecal1 = Instance.new("Decal",sweep)
  147. local sweepdecal2 = Instance.new("Decal",sweep)
  148. local weld = Instance.new("Weld",sweep)
  149. sweepdecal1.Face = "Back"
  150. sweepdecal1.Texture = "rbxassetid://1814499405"
  151. sweepdecal2.Face = "Front"
  152. sweepdecal2.Texture = "rbxassetid://1814499405"
  153. sweep.Name = "gotta sweep sweep sweep"
  154. sweep.Size = Vector3.new(4.2, 8.4, 0.114)
  155. sweep.Transparency = 1
  156. sweep.CanCollide = false
  157. weld.Part0 = char.Torso
  158. weld.Part1 = sweep
  159. weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
  160. sweep.Parent = char
  161. local vel = Instance.new("BodyVelocity",sweep)
  162. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  163. vel.Velocity = Vector3.new(0,0,0)
  164. for i,v in pairs(char:GetChildren()) do
  165. if v.ClassName == "Part" then
  166. v.Transparency = 1
  167.  
  168. elseif v.ClassName == "Accessory" then
  169. v.Handle.Transparency = 1
  170. end
  171. end
  172. mouse = plr:GetMouse()
  173. SpeedofBaldi = 40
  174. using = false
  175. char.Torso.Touched:connect(function(part)
  176. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  177. if human and using then
  178. human.Health = 0
  179. death:Play()
  180. end
  181. end)
  182. function Taunt()
  183. local rd = math.random(1,3)
  184. if rd == 1 then
  185. congrats:Play()
  186. end
  187. if rd == 2 then
  188. schoolhouse:Play()
  189. end
  190. if rd == 3 then
  191. doors:Play()
  192. end
  193. end
  194. function Teleport(0.0.0)
  195. char.Torso.CFrame = mouse.Hit + Vector3.new(0,3,0)
  196. slap:Play()
  197. using = true
  198. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1814500416"
  199. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1814500416"
  200. wait(0.4)
  201. using = false
  202. sweepdecal1.Face = "Back"
  203. sweepdecal1.Texture = "rbxassetid://1814499405"
  204. sweepdecal2.Face = "Front"
  205. sweepdecal2.Texture = "rbxassetid://1814499405"
  206. end
  207. mouse.KeyDown:connect(function(k)
  208. if k == "v" then
  209. Taunt()
  210. end
  211. if k == "f" then
  212. Teleport()
  213. end
  214. end)
  215.  
  216. function move()
  217. vel.Velocity = char.Torso.CFrame.lookVector * SpeedofBaldi
  218. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1814500416"
  219. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1814500416"
  220. using = true
  221. slap:Play()
  222. wait(0.4)
  223. using = false
  224. vel.Velocity = Vector3.new(0,0,0)
  225. sweepdecal1.Face = "Back"
  226. sweepdecal1.Texture = "rbxassetid://1814499405"
  227. sweepdecal2.Face = "Front"
  228. sweepdecal2.Texture = "rbxassetid://1814499405"
  229. end
  230. mouse.Button1Down:connect(function()
  231. move()
  232. end)
  233. Pastebin PRO 'SPRING SPECIAL'!
  234. Get 40% OFF Pastebin PRO accounts!
  235.  
  236. create new paste / dealsnew! / api / scraping api / syntax languages / archive / faq / tools / night mode / go
  237. privacy statement / cookies policy / terms of service / security disclosure / dmca / contact
  238.  
  239. Dedicated Server Hosting by Steadfast
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement