Check Plr Team When Triggered


when i triggered while im on red team but it’s print im on netrual team (It must print Im on red team)

1 Like

That means you incorrectly put the player in the right team, since your debug prints work fine.

I advise looking for errors that you could’ve made with changing the player’s team.

1 Like
if playerTeam == game.Teams["your team name"]

Is that working?

you are probably changing player.Team on clientside and that wont replicate because Filtering Enabled exists

you gotta change player.Team on serverside

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.