Tag Script Like Gorilla tag!

So I was trying to make a gorilla tag type game and couldn’t find a easy solution for the tagging aspect for the game! any ideas?

Well as for the tagging

You should make a LocalScript use a remote event for this type of stuff, and if the Touched event sends the player’s name to the remotevent then it can relay it to the script so it changes their team.

Im no expert, but this method seems promising.