Is it possible so that if in a roblox game only 1 person can hear a sound and nobody else can? If so how?
Put the sound inside a GUI in the player's PlayerGui That way only the player will hear it
Hope i helped :)
To add onto that, the sound doesn't need to be in a GUI, only the player's PlayerGui.
Make a localscript so that when the condition is met, the sound plays. It's local, so only for that player.