Sounds Depending on which team you are on?

I am attempting to make it so the Losers only hear a loser sound effect, while the winners hear a winner sound effect.

How do I go about this, so each respective team can only hear their own sound?

1 Like

You need to provide a script so we’re not gonna end just writing a script for you. Since the sound is gonna play differently for each individual, we’re gonna do stuff in the client. Assuming you already have a script that handles partitioning each player in their team, simply play the appropriate sound depending on what team they’re on, presumabely just by using a simple if statement.

2 Likes