Advertisement
YT_PatricioTGN

Untitled

Jan 18th, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. for _,v in next, game:GetDescendants() do
  2. if v:IsA("Sound") then
  3. v.Parent = workspace
  4. v.Playing = true
  5. v.Looped = true
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement