Hi, I would like to change the position of all PlayerControllers when a client interact with an item. I have problems with replication and I don’t really know where I should put my function, so it can access all PlayerControllers, and can be accessed by a replication of a simple spawned actor.
I have found a solution, I just put the function to teleport all players in the Gamemode. The client go through the server to activate the function. I know it can be a problem for cheaters, but for the moment, and for the kind of game I want to make, make wars to cheaters is not the priority.