Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there any way to mute every sound besides 1 for one player who joins? [closed]

Asked by 6 years ago

No idea how to do this all help appreciated :3

0
Can you explain a little bit more? I don't understand. MRbraveDragon 374 — 6y
0
Yes, it will be easier with FilteringEnabled on. awesomeipod 607 — 6y
0
Basically there is an intro that playes music but there might be music playing while the person joins and i don't want that overlap ANDREW50060 1 — 6y

Closed as Not Constructive by lukeb50, Le_Teapots, Vulkarin, DeceptiveCaster, User#20388, and minikitkat

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

if not (game.Players.LocalPlayer.UserId == 0) then --mute audio end

0
Change 0 with the ID of yourself DoYouKnowHowToRead -13 — 6y
Ad