Advertisement
GuestNoobROBLOX

Baldi Frowning ROBLOX SCRIPT

Jun 16th, 2018
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  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.Torso)
  15. bill.Name = "BaldiFrowningDisplay"
  16. bill.Adornee = bill.Parent
  17. bill.Size = UDim2.new(13, 0 , 6, 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=1915456302"
  23. img.Visible = true
  24. img.BackgroundTransparency = 1
  25. img.Position = UDim2.new(0.213, 0 , 0, -18)
  26. char.Humanoid.HipHeight = 2.1
  27. char.Humanoid.Name = "BaldiFrowning"
  28. go = Instance.new("Sound",char)
  29. go.SoundId = "rbxassetid://"
  30. go.Volume = 4
  31. five = Instance.new("Sound",char)
  32. five.SoundId = "rbxassetid://"
  33. five.Volume = 4
  34. two = Instance.new("Sound",char)
  35. two.SoundId = "rbxassetid://"
  36. two.Volume = 4
  37. one = Instance.new("Sound",char)
  38. one.SoundId = "rbxassetid://"
  39. one.Volume = 4
  40. four = Instance.new("Sound",char)
  41. four.SoundId = "rbxassetid://"
  42. four.Volume = 4
  43. messup = Instance.new("Sound",char)
  44. messup.SoundId = "rbxassetid://"
  45. messup.Volume = 4
  46. win = Instance.new("Sound",char)
  47. win.Name = "YouWon"
  48. win.SoundId = "rbxassetid://"
  49. win.Volume = 4
  50. ItsPlaytime = Instance.new("Sound",char)
  51. ItsPlaytime.SoundId = "rbxassetid://1882737023"
  52. ItsPlaytime.Volume = 10
  53. ItsPlaytime:Play()
  54. JumpCount = 0
  55. char.Head.face.Transparency = 1
  56. touched = false
  57. char.Torso.Touched:connect(function(part)
  58. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  59. if human and human.Parent.Name ~= char.Name and touched == false then
  60. two.Volume = 1
  61. touched = true
  62. wait(0.9)
  63. if JumpCount == 0 and human.Jump then
  64. JumpCount = 1
  65. else
  66. touched = false
  67. JumpCount = 0
  68. end
  69. wait(1)
  70. if JumpCount == 1 and human.Jump then
  71. JumpCount = 2
  72. else
  73. JumpCount = 0
  74. end
  75. wait(1)
  76. if JumpCount == 2 and human.Jump then
  77. JumpCount = 3
  78. else
  79. JumpCount = 0
  80. end
  81. wait(1)
  82. if JumpCount == 3 and human.Jump then
  83. JumpCount = 4
  84. else
  85. JumpCount = 0
  86. end
  87. wait(1)
  88. if JumpCount == 4 and human.Jump then
  89. JumpCount = 0
  90. wait(1)
  91. touched = false
  92. char.Baldi.WalkSpeed = 16
  93. human.WalkSpeed = 16
  94. else
  95. JumpCount = 0
  96. end
  97. end
  98. end)
  99. while true do
  100. wait()
  101. img.Image = "http://www.roblox.com/asset/?id=1915456302"
  102. wait(0.12)
  103. img.Image = "http://www.roblox.com/asset/?id=1915460550"
  104. wait(0.12)
  105. img.Image = "http://www.roblox.com/asset/?id=1915458091"
  106. wait(0.12)
  107. img.Image = "http://www.roblox.com/asset/?id=1915458321"
  108. wait(0.12)
  109. img.Image = "http://www.roblox.com/asset/?id=1915458541"
  110. wait(0.12)
  111. img.Image = "http://www.roblox.com/asset/?id=1915459163"
  112. wait(0.12)
  113. img.Image = "http://www.roblox.com/asset/?id=1915459439"
  114. wait(0.12)
  115. img.Image = "http://www.roblox.com/asset/?id=1915459749"
  116. wait(0.12)
  117. img.Image = "http://www.roblox.com/asset/?id=1915459749"
  118. wait(0.12)
  119. img.Image = "http://www.roblox.com/asset/?id=1915460055"
  120. wait(0.1)
  121. wait(0.1)
  122. wait(0.1)
  123. wait(0.1)
  124. wait(0.1)
  125. wait(0.1)
  126. wait(0.1)
  127. wait(0.1)
  128. wait(0.1)
  129. wait(0.1)
  130. wait(0.1)
  131. wait(0.1)
  132. wait(0.1)
  133. wait(0.1)
  134. wait(0.1)
  135. wait(2.00)
  136. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement