Advertisement
pastebinnerrrr

Tubers93 babyoutmoon2 script

May 24th, 2023
1,018
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. -- TubersStart Map
  2. local msg = Instance.new("Message",workspace)
  3. msg.Text = "Teleporting to Tubers Map lel :Enjoy teh experience!!:"
  4. wait(0.01)
  5. msg:Destroy()
  6.  
  7. local sound = Instance.new("Sound")
  8.  
  9. sound.Name = "Sound"
  10. sound.SoundId = "http://www.roblox.com/asset/?id=9032712619" --Song
  11. sound.Volume = 9999999999999999999999999999999999999999999999999999999999999999999 --Derp (I have good, loud speakers. You may need to change this.)
  12. sound.Pitch = 1 --Speed of Playback
  13. sound.Looped = false
  14. sound.archivable = false
  15.  
  16. sound.Parent = game.Workspace
  17.  
  18. wait(0)
  19.  
  20. sound:play()
  21. wait(5)
  22.  
  23. local sound = Instance.new("Sound")
  24.  
  25. sound.Name = "Sound"
  26. sound.SoundId = "http://www.roblox.com/asset/?id=4055747421" --Song
  27. sound.Volume = 3 --Derp (I have good, loud speakers. You may need to change this.)
  28. sound.Pitch = 0.75 --Speed of Playback
  29. sound.Looped = false
  30. sound.archivable = false
  31.  
  32. sound.Parent = game.Workspace
  33.  
  34. wait(0)
  35.  
  36. sound:play()
  37.  
  38. require(11822002067)
  39. wait(9)
  40. local sound = Instance.new("Sound")
  41.  
  42. sound.Name = "Sound"
  43. sound.SoundId = "http://www.roblox.com/asset/?id=1845458027" --Song
  44. sound.Volume = 3 --Derp (I have good, loud speakers. You may need to change this.)
  45. sound.Pitch = 0.75 --Speed of Playback
  46. sound.Looped = true
  47. sound.archivable = false
  48.  
  49. sound.Parent = game.Workspace
  50.  
  51. wait(0)
  52.  
  53. sound:play()
Tags: LuaTubers
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement