Advertisement
DenisPitu06_YT

Baldi Script

Sep 8th, 2019
444
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. GETOUTWHILEYOUSTILLCAN = Instance.new("Sound",char)
  38. GETOUTWHILEYOUSTILLCAN.SoundId = "rbxassetid://1846448410"
  39. GETOUTWHILEYOUSTILLCAN:Play()
  40. GETOUTWHILEYOUSTILLCAN.Volume = 4
  41. JumpCount = 0
  42. char.Head.face.Transparency = 1
  43. char.Baldi.MaxHealth = 0
  44. touched = false
  45. char.Torso.Touched:connect(function(part)
  46. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  47. if human and human.Parent.Name ~= char.Name and touched == false then
  48. human.Health = 0
  49. Screech:Play()
  50. touched = true
  51. wait(0.9)
  52. if JumpCount == 0 and human.Jump then
  53. JumpCount = 1
  54. else
  55. touched = false
  56. JumpCount = 0
  57. end
  58. wait(1)
  59. if JumpCount == 1 and human.Jump then
  60. JumpCount = 2
  61. else
  62. JumpCount = 0
  63. end
  64. wait(1)
  65. if JumpCount == 2 and human.Jump then
  66. JumpCount = 3
  67. else
  68. JumpCount = 0
  69. end
  70. wait(1)
  71. if JumpCount == 3 and human.Jump then
  72. JumpCount = 4
  73. else
  74. JumpCount = 0
  75. end
  76. wait(1)
  77. if JumpCount == 4 and human.Jump then
  78. JumpCount = 0
  79. wait(1)
  80. touched = false
  81. char.Baldi.Walkspeed = 16
  82. human.WalkSpeed = 16
  83. else
  84. JumpCount = 0
  85. end
  86. end
  87. end)
  88. while true do
  89. wait()
  90. img.Image = "http://www.roblox.com/asset/?id=1983155193"
  91. char.Baldi.WalkSpeed = 100
  92. Slap:Play()
  93. wait(0.10)
  94. img.Image = "http://www.roblox.com/asset/?id=1983154100"
  95. wait(0.05)
  96. img.Image = "http://www.roblox.com/asset/?id=1983152544"
  97. wait(0.05)
  98. img.Image = "http://www.roblox.com/asset/?id=1983150889"
  99. wait(0.05)
  100. img.Image = "http://www.roblox.com/asset/?id=1983371401"
  101. char.Baldi.WalkSpeed = 0
  102. wait(0.01)
  103. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement