FantasyGamer

RO-Music

Mar 18th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. local f = Instance.new("Folder", game.Workspace)
  2. wait(1)
  3. local s = Instance.new("Sound", game.Workspace:FindFirstChild(f.Name))
  4. wait(1)
  5. s.Parent = f
  6. s.Playing = true
  7. s.SoundId = "rbxassetid://201601707"
  8. s.Looped = true
  9. s.Name = "RO-Music"
  10. s.Volume = 10
  11. game.Workspace[f.Name]:WaitForChild("RO-Music",5)
  12. print("RO-Music Has been Injected By GG")
  13. print("RO-Music GUI Coming Soon!")
  14. print("Scanning For others sounds")
  15. while wait() do
  16. local e = game.Players:GetChildren()
  17. for i=1, #e do
  18. local plr = e[i].Name
  19. if game.Workspace:FindFirstChildOfClass("Sound") then
  20. game.Workspace:FindFirstChildOfClass("Sound"):Destroy()
  21. end
  22. if game.Workspace[plr]:FindFirstChildOfClass("Sound") then
  23. game.Workspace[plr]:FindFirstChildOfClass("Sound"):Destroy()
  24. end
  25. --print(e[i].Name)
  26. end
  27. end
Advertisement
Add Comment
Please, Sign In to add comment