Advertisement
RobloxScripter133Hmm

finally its finished

Oct 20th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.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 = 3
  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 = 100
  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. local Dark = Instance.new("ColorCorrectionEffect",game.Lighting)
  74. Dark.Brightness = -1
  75. wait(1)
  76. Dark:Destroy()
  77. local FREE = Instance.new("Sound",game.Workspace)
  78. FREE.SoundId = "rbxassetid://130771265"
  79. FREE.Volume = 1
  80. FREE.Looped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement