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

How to make sound that only the local player will hear?

Asked by
RedCombee 585 Moderation Voter
10 years ago

In my game, I'm trying to make it so that different music plays based on where you are in the game, so I would like to make the sound accessible to the local player's speakers only.

1 answer

Log in to vote
2
Answered by
BlueTaslem 18071 Moderation Voter Administrator Community Moderator Super Administrator
10 years ago

Sounds playing in the PlayerGui are only audible to that player.

Alternatively, sounds created but not replicated (either as a local object or because of FilteringEnabled) will also only be heard by the local player.

0
Thank you. RedCombee 585 — 10y
Ad

Answer this question