Advertisement
GuestNoobROBLOX

Baldi Talking ROBLOX SCRIPT (Question 4)

Jun 19th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 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 = "BaldiTalkingDisplay"
  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 = "BaldiTALKING"
  28. fourProblem = Instance.new("Sound",char)
  29. fourProblem.Name = "FourSound"
  30. fourProblem.SoundId = "rbxassetid://1846328048"
  31. fourProblem.Volume = 10
  32. go = Instance.new("Sound",char)
  33. go.SoundId = "rbxassetid://"
  34. go.Volume = 4
  35. five = Instance.new("Sound",char)
  36. five.SoundId = "rbxassetid://1846385376"
  37. five.Volume = 10
  38. two = Instance.new("Sound",char)
  39. two.SoundId = "rbxassetid://1846215628"
  40. two.Volume = 10
  41. one = Instance.new("Sound",char)
  42. one.SoundId = "rbxassetid://1846380458"
  43. one.Volume = 10
  44. four = Instance.new("Sound",char)
  45. four.SoundId = "rbxassetid://1846215628"
  46. four.Volume = 10
  47. messup = Instance.new("Sound",char)
  48. messup.SoundId = "rbxassetid://1846201023"
  49. messup.Volume = 10
  50. win = Instance.new("Sound",char)
  51. win.Name = "YouWon"
  52. win.SoundId = "rbxassetid://1846428390"
  53. win:Play()
  54. win.Volume = 10
  55. wait(0.12)
  56. wait(0.12)
  57. wait(0.12)
  58. wait(0.12)
  59. wait(0.12)
  60. wait(0.12)
  61. wait(0.12)
  62. wait(0.12)
  63. wait(0.12)
  64. wait(0.12)
  65. wait(0.12)
  66. wait(0.12)
  67. wait(0.12)
  68. wait(0.12)
  69. wait(0.12)
  70. messup:Play()
  71. wait(0.12)
  72. wait(0.12)
  73. wait(0.12)
  74. wait(0.12)
  75. messup:Destroy()
  76. wait(0.12)
  77. fourProblem:Play()
  78. wait(0.12)
  79. wait(0.12)
  80. wait(0.12)
  81. wait(0.12)
  82. wait(0.12)
  83. wait(0.12)
  84. wait(0.12)
  85. wait(0.12)
  86. wait(0.12)
  87. wait(0.12)
  88. wait(0.12)
  89. wait(0.12)
  90. wait(0.12)
  91. wait(0.12)
  92. wait(0.12)
  93. wait(0.12)
  94. wait(0.12)
  95. wait(0.12)
  96. wait(0.12)
  97. wait(0.12)
  98. four:Play()
  99. wait(0.12)
  100. wait(0.12)
  101. wait(0.12)
  102. wait(0.12)
  103. wait(0.12)
  104. wait(0.12)
  105. wait(0.12)
  106. one:Play()
  107. wait(0.12)
  108. wait(0.12)
  109. wait(0.12)
  110. wait(0.12)
  111. wait(0.12)
  112. wait(0.12)
  113. wait(0.12)
  114. two:Play()
  115. wait(0.12)
  116. wait(0.12)
  117. wait(0.12)
  118. wait(0.12)
  119. wait(0.12)
  120. wait(0.12)
  121. wait(0.12)
  122. five:Play()
  123. ItsPlaytime = Instance.new("Sound",char)
  124. ItsPlaytime.SoundId = "rbxassetid://1843296579"
  125. ItsPlaytime.Volume = 2
  126. ItsPlaytime:Play()
  127. ItsPlaytime.Looped = true
  128. JumpCount = 0
  129. char.Head.face.Transparency = 1
  130. touched = false
  131. char.Torso.Touched:connect(function(part)
  132. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  133. if human and human.Parent.Name ~= char.Name and touched == false then
  134. two.Volume = 1
  135. touched = true
  136. wait(0.9)
  137. if JumpCount == 0 and human.Jump then
  138. JumpCount = 1
  139. else
  140. touched = false
  141. JumpCount = 0
  142. end
  143. wait(1)
  144. if JumpCount == 1 and human.Jump then
  145. JumpCount = 2
  146. else
  147. JumpCount = 0
  148. end
  149. wait(1)
  150. if JumpCount == 2 and human.Jump then
  151. JumpCount = 3
  152. else
  153. JumpCount = 0
  154. end
  155. wait(1)
  156. if JumpCount == 3 and human.Jump then
  157. JumpCount = 4
  158. else
  159. JumpCount = 0
  160. end
  161. wait(1)
  162. if JumpCount == 4 and human.Jump then
  163. JumpCount = 0
  164. wait(1)
  165. touched = false
  166. char.Baldi.WalkSpeed = 16
  167. human.WalkSpeed = 16
  168. else
  169. JumpCount = 0
  170. end
  171. end
  172. end)
  173. while true do
  174. wait()
  175. img.Image = "http://www.roblox.com/asset/?id=1915456302"
  176. wait(0.01)
  177. img.Image = "http://www.roblox.com/asset/?id=1915456590"
  178. wait(0.01)
  179. img.Image = "http://www.roblox.com/asset/?id=1915456873"
  180. wait(0.01)
  181. img.Image = "http://www.roblox.com/asset/?id=1915457126"
  182. wait(0.01)
  183. img.Image = "http://www.roblox.com/asset/?id=1915457426"
  184. wait(0.01)
  185. img.Image = "http://www.roblox.com/asset/?id=1915457769"
  186. wait(0.01)
  187. img.Image = "http://www.roblox.com/asset/?id=1915457426"
  188. wait(0.01)
  189. img.Image = "http://www.roblox.com/asset/?id=1915457126"
  190. wait(0.01)
  191. img.Image = "http://www.roblox.com/asset/?id=1915456873"
  192. wait(0.01)
  193. img.Image = "http://www.roblox.com/asset/?id=1915456590"
  194. wait(0.01)
  195. img.Image = "http://www.roblox.com/asset/?id=1915456302"
  196. wait(0.01)
  197. img.Image = "http://www.roblox.com/asset/?id=1915456302"
  198. wait(0.01)
  199. img.Image = "http://www.roblox.com/asset/?id=1915456590"
  200. wait(0.01)
  201. img.Image = "http://www.roblox.com/asset/?id=1915456873"
  202. wait(0.01)
  203. img.Image = "http://www.roblox.com/asset/?id=1915457126"
  204. wait(0.01)
  205. img.Image = "http://www.roblox.com/asset/?id=1915457426"
  206. wait(0.01)
  207. img.Image = "http://www.roblox.com/asset/?id=1915457769"
  208. wait(0.01)
  209. img.Image = "http://www.roblox.com/asset/?id=1915457426"
  210. wait(0.01)
  211. img.Image = "http://www.roblox.com/asset/?id=1915457126"
  212. wait(0.01)
  213. img.Image = "http://www.roblox.com/asset/?id=1915456873"
  214. wait(0.01)
  215. img.Image = "http://www.roblox.com/asset/?id=1915456590"
  216. wait(0.01)
  217. img.Image = "http://www.roblox.com/asset/?id=1915456302"
  218. wait(0.01)
  219. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement