UFPS Multiplayer Beta Question

Hello all,

I’m trying to figure out how to implement a switch team mechanic using the MP Beta of UFPS. If anyone has any tips it would be much appreciated! Thanks!

there is two lists in VP_Deathmatch one the master you just swap the player from list A to list B, other clients will replicate it

Hmm I don’t seem to have a vp_deathmatch class.

search for team deathmatch in your scene objects

Yeah i looked at the class and it contains the MPTeam data, but the vp_MPTeam doesn’t seem to have a list for players. It has a list of player types and names and all that, but none of that seems to be linked to their PhotonPlayer