Advertisement
GuestNoobROBLOX

Happy Baldi ROBLOX SCRIPT

Jun 11th, 2018
934
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 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("Animated Baldi By NanesROBLOX")
  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 = ""
  16. slap.Volume = 10
  17. local congrats = Instance.new("Sound",char)
  18. congrats.SoundId = ""
  19. congrats.Volume = 10
  20. local death = Instance.new("Sound",char)
  21. death.SoundId = "rbxassetid://1841427728"
  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://1826333315"
  34. sweepdecal2.Face = "Front"
  35. sweepdecal2.Texture = "rbxassetid://1826333315"
  36. sweep.Name = "gotta sweep sweep sweep"
  37. sweep.Size = Vector3.new(3.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 = 100
  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. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1826333315"
  80. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1826333315"
  81. using = true
  82. wait(0.1)
  83. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1826333315"
  84. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1826333315"
  85. using = true
  86. wait(0.1)
  87. slap:Play()
  88. using = true
  89. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1826333315"
  90. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1826333315"
  91. wait(0.1)
  92. using = false
  93. vel.Velocity = Vector3.new(0,0,0)
  94. sweepdecal1.Face = "Back"
  95. sweepdecal1.Texture = "rbxassetid://1826333315"
  96. sweepdecal2.Face = "Front"
  97. sweepdecal2.Texture = "rbxassetid://1826333315"
  98. wait(0.1)
  99. sweepdecal1.Face = "Back"
  100. sweepdecal1.Texture = "rbxassetid://1826333315"
  101. sweepdecal2.Face = "Front"
  102. sweepdecal2.Texture = "rbxassetid://1826333315"
  103. wait(0.1)
  104. sweepdecal1.Face = "Back"
  105. sweepdecal1.Texture = "rbxassetid://1826333315"
  106. sweepdecal2.Face = "Front"
  107. sweepdecal2.Texture = "rbxassetid://1826333315"
  108. end
  109. mouse.KeyDown:connect(function(k)
  110. if k == "v" then
  111. Taunt()
  112. end
  113. if k == "f" then
  114. Teleport()
  115. end
  116. end)
  117.  
  118. function move()
  119. vel.Velocity = char.Torso.CFrame.lookVector * SpeedofBaldi
  120. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1826333315"
  121. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1826333315"
  122. using = true
  123. wait(0.1)
  124. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1826333315"
  125. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1826333315"
  126. using = true
  127. wait(0.1)
  128. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1826333315"
  129. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1826333315"
  130. using = true
  131. slap:Play()
  132. wait(0.1)
  133. using = false
  134. vel.Velocity = Vector3.new(0,0,0)
  135. sweepdecal1.Face = "Back"
  136. sweepdecal1.Texture = "rbxassetid://1826333315"
  137. sweepdecal2.Face = "Front"
  138. sweepdecal2.Texture = "rbxassetid://1826333315"
  139. wait(0.1)
  140. sweepdecal1.Face = "Back"
  141. sweepdecal1.Texture = "rbxassetid://1826333315"
  142. sweepdecal2.Face = "Front"
  143. sweepdecal2.Texture = "rbxassetid://1826333315"
  144. wait(0.1)
  145. sweepdecal1.Face = "Back"
  146. sweepdecal1.Texture = "rbxassetid://1826333315"
  147. sweepdecal2.Face = "Front"
  148. sweepdecal2.Texture = "rbxassetid://1826333315"
  149. end
  150. mouse.Button1Down:connect(function()
  151. move()
  152. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement