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

Play sound locally when GUI is clicked?

Asked by
par1d 19
4 years ago

Does anybody know a script where if a GUI is clicked a sound plays locally and not to everyone in the server?

1 answer

Log in to vote
0
Answered by 4 years ago

You should be using a local script to play the sound as a gui would be on the client side.

If this is a gui on the server ie not in the players gui then you could use PlayLocalSound but again this would be called from a local script and as FE would stop the replication.

Ad

Answer this question