Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local f = Instance.new("Folder", game.Workspace)
- wait(1)
- local s = Instance.new("Sound", game.Workspace:FindFirstChild(f.Name))
- wait(1)
- s.Parent = f
- s.Playing = true
- s.SoundId = "rbxassetid://201601707"
- s.Looped = true
- s.Name = "RO-Music"
- s.Volume = 10
- game.Workspace[f.Name]:WaitForChild("RO-Music",5)
- print("RO-Music Has been Injected By GG")
- print("RO-Music GUI Coming Soon!")
- print("Scanning For others sounds")
- while wait() do
- local e = game.Players:GetChildren()
- for i=1, #e do
- local plr = e[i].Name
- if game.Workspace:FindFirstChildOfClass("Sound") then
- game.Workspace:FindFirstChildOfClass("Sound"):Destroy()
- end
- if game.Workspace[plr]:FindFirstChildOfClass("Sound") then
- game.Workspace[plr]:FindFirstChildOfClass("Sound"):Destroy()
- end
- --print(e[i].Name)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment