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

This is a more simply one then the other post of mine?

Asked by 4 years ago
Edited 4 years ago

How to make music play but it only plays for the player that active it otherwise like you play music and only you can hear it not others?

2 answers

Log in to vote
0
Answered by
royaltoe 5144 Moderation Voter Community Moderator
4 years ago

You would have to have the Sound object somewhere local to the player such as the StarterGui. Then play the sound object in a local script. If the local script was inside the Sound you'd say: script.Parent:Play()

Ad
Log in to vote
0
Answered by 4 years ago

You can put the sound you want to play in your PlayerGui, then use a local script to play that sound. This will play the sound only for you.

Answer this question