Advertisement
RobloxScripter133Hmm

Sans (Half Demo) [ Roblox Script Showcase ]

Oct 20th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 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 = 1
  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.PlaybackLoudness = 0.5
  57. Talk:Play()
  58. wait(5)
  59. Music:Stop()
  60. local Music2 = Instance.new("Sound",game.Workspace)
  61. Music2.SoundId = "rbxassetid://rbxassetid://2996427130"
  62. Music2.Volume = 1
  63. Music2.Looped = true
  64. Music2:Play()
  65. Text.Text = ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement