Advertisement
ZaxMaxStackx

Untitled

Jun 18th, 2018
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 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("Who stole the tarts? HE DID HE DID")
  8.  
  9. char.Humanoid.JumpPower = 0
  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://1909185477"
  16. slap.Volume = 10
  17. local congrats = Instance.new("Sound",char)
  18. congrats.SoundId = "rbxassetid://1882628513"
  19. congrats.Volume = 2
  20. congrats:Play()
  21. congrats.Looped = true
  22. local death = Instance.new("Sound",char)
  23. death.SoundId = "rbxassetid://1784592449"
  24. death.Volume = 1
  25. local schoolhouse = Instance.new("Sound",char)
  26. schoolhouse.SoundId = "rbxassetid://316899116"
  27. schoolhouse.Volume = 10
  28. local doors = Instance.new("Sound",char)
  29. doors.SoundId = "rbxassetid://1846426159"
  30. doors.Volume = 10
  31. local sweepdecal1 = Instance.new("Decal",sweep)
  32. local sweepdecal2 = Instance.new("Decal",sweep)
  33. local weld = Instance.new("Weld",sweep)
  34. sweepdecal1.Face = "Back"
  35. sweepdecal1.Texture = "rbxassetid://1916029983"
  36. sweepdecal2.Face = "Front"
  37. sweepdecal2.Texture = "rbxassetid://1916029983"
  38. sweep.Name = "Baldi Decal Part"
  39. sweep.Size = Vector3.new(4.2, 8.4, 0.114)
  40. sweep.Transparency = 1
  41. sweep.CanCollide = false
  42. weld.Part0 = char.Torso
  43. weld.Part1 = sweep
  44. weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
  45. sweep.Parent = char
  46. local vel = Instance.new("BodyVelocity",sweep)
  47. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  48. vel.Velocity = Vector3.new(0,0,0)
  49. for i,v in pairs(char:GetChildren()) do
  50. if v.ClassName == "Part" then
  51. v.Transparency = 1
  52.  
  53. elseif v.ClassName == "Accessory" then
  54. v.Handle.Transparency = 1
  55. end
  56. end
  57. mouse = plr:GetMouse()
  58. SpeedofBaldi = 40
  59. using = false
  60. char.Torso.Touched:connect(function(part)
  61. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  62. if human and using then
  63. human.Health = 0
  64. death:Play()
  65. end
  66. end)
  67. function Taunt()
  68. local rd = math.random(1,3)
  69. if rd == 1 then
  70. schoolhouse:Play()
  71. end
  72. if rd == 2 then
  73. doors:Play()
  74. end
  75. end
  76. function Teleport()
  77. char.Torso.CFrame = mouse.Hit + Vector3.new(0,3,0)
  78. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1916029983"
  79. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1916029983"
  80. using = true
  81. wait(0.08)
  82. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1916030326"
  83. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1916030326"
  84. using = true
  85. wait(0.08)
  86. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1916030726"
  87. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1916030726"
  88. using = true
  89. slap:Play()
  90. wait(0.08)
  91. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1916031061"
  92. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1916031061"
  93. using = true
  94. wait(0.08)
  95. using = false
  96. vel.Velocity = Vector3.new(0,0,0)
  97. sweepdecal1.Face = "Back"
  98. sweepdecal1.Texture = "rbxassetid://1916031481"
  99. sweepdecal2.Face = "Front"
  100. sweepdecal2.Texture = "rbxassetid://1916031481"
  101. wait(0.08)
  102. sweepdecal1.Face = "Back"
  103. sweepdecal1.Texture = "rbxassetid://1916030726"
  104. sweepdecal2.Face = "Front"
  105. sweepdecal2.Texture = "rbxassetid://1916030726"
  106. wait(0.08)
  107. sweepdecal1.Face = "Back"
  108. sweepdecal1.Texture = "rbxassetid://1916030326"
  109. sweepdecal2.Face = "Front"
  110. sweepdecal2.Texture = "rbxassetid://1916030326"
  111. wait(0.08)
  112. sweepdecal1.Face = "Back"
  113. sweepdecal1.Texture = "rbxassetid://1916029983"
  114. sweepdecal2.Face = "Front"
  115. sweepdecal2.Texture = "rbxassetid://1916029983"
  116. end
  117. mouse.KeyDown:connect(function(k)
  118. if k == "v" then
  119. Taunt()
  120. end
  121. if k == "f" then
  122. Teleport()
  123. end
  124. end)
  125.  
  126. function move()
  127. vel.Velocity = char.Torso.CFrame.lookVector * SpeedofBaldi
  128. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1916029983"
  129. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1916029983"
  130. using = true
  131. wait(0.08)
  132. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1916030326"
  133. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1916030326"
  134. using = true
  135. wait(0.08)
  136. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1916030726"
  137. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1916030726"
  138. using = true
  139. slap:Play()
  140. wait(0.08)
  141. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1916031061"
  142. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1916031061"
  143. using = true
  144. wait(0.08)
  145. using = false
  146. vel.Velocity = Vector3.new(0,0,0)
  147. sweepdecal1.Face = "Back"
  148. sweepdecal1.Texture = "rbxassetid://1916031481"
  149. sweepdecal2.Face = "Front"
  150. sweepdecal2.Texture = "rbxassetid://1916031481"
  151. wait(0.08)
  152. sweepdecal1.Face = "Back"
  153. sweepdecal1.Texture = "rbxassetid://1916030726"
  154. sweepdecal2.Face = "Front"
  155. sweepdecal2.Texture = "rbxassetid://1916030726"
  156. wait(0.08)
  157. sweepdecal1.Face = "Back"
  158. sweepdecal1.Texture = "rbxassetid://1916030326"
  159. sweepdecal2.Face = "Front"
  160. sweepdecal2.Texture = "rbxassetid://1916030326"
  161. wait(0.08)
  162. sweepdecal1.Face = "Back"
  163. sweepdecal1.Texture = "rbxassetid://1916029983"
  164. sweepdecal2.Face = "Front"
  165. sweepdecal2.Texture = "rbxassetid://1916029983"
  166. end
  167. mouse.Button1Down:connect(function()
  168. move()
  169. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement