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

How do I get sounds to only play for a certain person?

Asked by 10 years ago

I have a pad that when touched by a player plays a sound. Is there a way to make it so that sound is only heard by the person who touched it?

And if there is, how would I do it?

1 answer

Log in to vote
4
Answered by 10 years ago

I believe that if you save the sound on "Backpack" or "PlayerGui" The sound will only play for the player.

0
I would have to clone the object at runtime and set its parent to the PlayerGui of the player who touched it then? jBuildz17 20 — 10y
0
Or you can simply store the Sound on every player Backpack/PlayerGui and play it when they touch the desired brick. Slazerick 55 — 10y
Ad

Answer this question