Advertisement
BaninJoe

FE Earrape Sound Roblox Script. (ANY GAME) Click Shift+F9 If it says true then it wont work.

May 1st, 2022
6,298
1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 1 0
  1. print(game:GetService("SoundService").RespectFilteringEnabled)
  2.  
  3. --// Get's every sound instance in workspace and play's it (Earrape btw)
  4. for _, sound in next, workspace:GetDescendants() do
  5. if sound:IsA("Sound") then
  6. sound:Play()
  7. end
  8. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement