Advertisement
DenisPitu06_YT

Baldi Script V2

Sep 10th, 2019
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. plr = game.Players.LocalPlayer
  2. repeat wait() until plr.Character
  3. char = plr.Character
  4.  
  5. for i,v in pairs(char:GetChildren()) do
  6. if v.ClassName == "Part" then
  7. v.Transparency = 1
  8. elseif v.ClassName == "Accessory" then
  9. v.Handle.Transparency = 1
  10. end
  11. end
  12. char.Animate:Destroy()
  13. char.Humanoid.Animator:Destroy()
  14. local bill = Instance.new("BillboardGui",char.Head)
  15. bill.Name = "BaldiDisplay"
  16. bill.Adornee = bill.Parent
  17. bill.Size = UDim2.new(6, 0 , 7, 0)
  18. bill.Archivable = true
  19. bill.AutoLocalize = true
  20. local img = Instance.new("ImageLabel",bill)
  21. img.Size = UDim2.new(0.75, 0 , 1.5, 0)
  22. img.Image = "http://www.roblox.com/asset/?id=1983371401"
  23. img.Visible = true
  24. img.BackgroundTransparency = 1
  25. img.Position = UDim2.new(0.213, 0 , 0, 0)
  26. char.Humanoid.HipHeight = 2.1
  27. char.Humanoid.Name = "Baldi"
  28. Slap = Instance.new("Sound",char.Head)
  29. Slap.SoundId = "rbxassetid://1909185477"
  30. Slap.Volume = 10
  31. HEHEHEH = Instance.new("Sound",char)
  32. HEHEHEH.SoundId = "rbxassetid://2021702927"
  33. HEHEHEH.Volume = 4
  34. Screech = Instance.new("Sound",char.Head)
  35. Screech.SoundId = "rbxassetid://1784592449"
  36. Screech.Volume = 10
  37. JumpCount = 0
  38. char.Head.face.Transparency = 1
  39. char.Baldi.MaxHealth = 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  40. char.Baldi.Health = char.Baldi.MaxHealth
  41. touched = false
  42. char.Torso.Touched:connect(function(part)
  43. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  44. if human and human.Parent.Name ~= char.Name and touched == false then
  45. human.Health = 0
  46. Screech:Play()
  47. touched = true
  48. wait(0.9)
  49. if JumpCount == 0 and human.Jump then
  50. JumpCount = 1
  51. else
  52. touched = false
  53. JumpCount = 0
  54. end
  55. wait(1)
  56. if JumpCount == 1 and human.Jump then
  57. JumpCount = 2
  58. else
  59. JumpCount = 0
  60. end
  61. wait(1)
  62. if JumpCount == 2 and human.Jump then
  63. JumpCount = 3
  64. else
  65. JumpCount = 0
  66. end
  67. wait(1)
  68. if JumpCount == 3 and human.Jump then
  69. JumpCount = 4
  70. else
  71. JumpCount = 0
  72. end
  73. wait(1)
  74. if JumpCount == 4 and human.Jump then
  75. JumpCount = 0
  76. wait(1)
  77. touched = false
  78. char.Baldi.Walkspeed = 16
  79. human.WalkSpeed = 16
  80. else
  81. JumpCount = 0
  82. end
  83. end
  84. end)
  85. local timeh = 3
  86. while true do
  87. wait()
  88. img.Image = "http://www.roblox.com/asset/?id=1983155193"
  89. char.Baldi.WalkSpeed = 50
  90. Slap:Play()
  91. wait(0.10)
  92. img.Image = "http://www.roblox.com/asset/?id=1983154100"
  93. wait(0.05)
  94. img.Image = "http://www.roblox.com/asset/?id=1983152544"
  95. wait(0.05)
  96. img.Image = "http://www.roblox.com/asset/?id=1983150889"
  97. wait(0.05)
  98. img.Image = "http://www.roblox.com/asset/?id=1983371401"
  99. char.Baldi.WalkSpeed = 0
  100. timeh = timeh - 0.1
  101. wait(timeh)
  102. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement