Advertisement
RobloxScripter133Hmm

;-;

Oct 20th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. local Gui = Instance.new("BillboardGui",game.Workspace.MrRobloxTutorialsGo.Head)
  2. Gui.StudsOffset = Vector3.new(0,2.5,0)
  3. Gui.Size = UDim2.new(0,200,0,50)
  4. local Text = Instance.new("TextLabel",Gui)
  5. Text.BackgroundTransparency = 1
  6. Text.TextScaled = true
  7. Text.Text = "Hi"
  8. Text.Size = UDim2.new(0,200,0,50)
  9. game.Workspace.MrRobloxTutorialsGo.Humanoid.DisplayDistanceType = "None"
  10. local Music = Instance.new("Sound",game.Workspace.MrRobloxTutorialsGo.Head)
  11. Music.SoundId = "rbxassetid://1434972291"
  12. Music.Volume = 1
  13. Music.Looped = true
  14. Music:Play()
  15. local Talk = Instance.new("Sound",game.Workspace.MrRobloxTutorialsGo.Head)
  16. Talk.SoundId = "rbxassetid://2469886818"
  17. Talk.Volume = 5
  18. wait(5)
  19. Text.Text = "C"
  20. Talk:Play()
  21. wait(0.05)
  22. Text.Text = "Ca"
  23. Talk:Play()
  24. wait(0.05)
  25. Text.Text = "Can"
  26. Talk:Play()
  27. wait(0.05)
  28. Text.Text = "Can I"
  29. Talk:Play()
  30. wait(0.05)
  31. Text.Text = "Can I B"
  32. Talk:Play()
  33. wait(0.05)
  34. Text.Text = "Can I Be"
  35. Talk:Play()
  36. wait(0.05)
  37. Text.Text = "Can I Be T"
  38. Talk:Play()
  39. wait(0.05)
  40. Text.Text = "Can I Be Th"
  41. Talk:Play()
  42. wait(0.05)
  43. Text.Text = "Can I Be The"
  44. Talk:Play()
  45. wait(0.05)
  46. Text.Text = "Can I Be Ther"
  47. Talk:Play()
  48. wait(0.05)
  49. Text.Text = "Can I Be There"
  50. Talk:Play()
  51. wait(0.05)
  52. Text.Text = "Can I Be There?"
  53. Talk:Play()
  54. wait(5)
  55. Text.Text = "Ok Die :)"
  56. Talk.Volume = 10
  57. Talk.PlaybackSpeed = 0.5
  58. Talk:Play()
  59. wait(5)
  60. Music:Stop()
  61. local Music2 = Instance.new("Sound",game.Workspace)
  62. Music2.SoundId = "rbxassetid://2996427130"
  63. Music2.Volume = 1
  64. Music2.Looped = true
  65. Music2:Play()
  66. Text.Text = ""
  67. game.Workspace.MrRobloxTutorialsGo.Humanoid.WalkSpeed = 5
  68. game.Workspace.MrRobloxTutorialsGo.Humanoid.JumpPower = 0
  69. local Punch = Instance.new("Sound",game.Workspace)
  70. Punch.SoundId = "rbxassetid://743886825"
  71. Punch.Volume = 1
  72. Punch:Play()
  73. wait(1)
  74. local FREE = Instance.new("Sound",game.Workspace)
  75. FREE.SoundId = "rbxassetid://130771265"
  76. FREE.Volume = 1
  77. FREE.Looped = true
  78. wait(2)
  79. for i = 1,100 do
  80. wait(0.1)
  81. Music2.Volume = Music2.Volume - 0.1
  82. FREE.Volume = FREE.Volume - 0.1
  83. end
  84. Text.Text = "Wait A Sec"
  85. Talk.PlaybackSpeed = 1
  86. Talk:Play()
  87. wait(2)
  88. Text.Text = "Im So Sorry"
  89. Talk.PlaybackSpeed = 1
  90. Talk:Play()
  91. wait(2)
  92. Text.Text = "But I Have T--"
  93. Talk.PlaybackSpeed = 1
  94. Talk:Play()
  95. wait(1)
  96. game.Workspace.MrRobloxTutorialsGo.Head.BrickColor = BrickColor.new("Really red")
  97. wait(0.5)
  98. Text.Text = "WHAT THE MY HEAD. ITS RED"
  99. Talk.PlaybackSpeed = 1
  100. Talk:Play()
  101. wait(1)
  102. game.Workspace.MrRobloxTutorialsGo.Humanoid:TakeDamage(99)
  103. wait(1)
  104. Text.Text = "My Health..."
  105. Talk.PlaybackSpeed = 1
  106. Talk:Play()
  107. wait(2)
  108. for i = 1,99 do
  109. wait(0.1)
  110. game.Workspace.MrRobloxTutorialsGo.Humanoid.Health = game.Workspace.MrRobloxTutorialsGo.Humanoid.Health + 1
  111. end
  112. wait(1)
  113. Text.Text = "how"
  114. Talk.PlaybackSpeed = 1
  115. Talk:Play()
  116. wait(1)
  117. game.Workspace.MrRobloxTutorialsGo.Humanoid:TakeDamage(100)
  118. local MusicRIP = Instance.new("Sound",game.Workspace.MrRobloxTutorialsGo.Head)
  119. MusicRIP.SoundId = "rbxassetid://1977229404"
  120. MusicRIP.Volume = 1
  121. MusicRIP.Looped = true
  122. MusicRIP:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement