It seems to be a very simple problem but I can't get it to work properly.
Let me explain: I built a game where 2 players must reach an object which spawn randomly on the map. When 1 of the 2 player touches it, it must disappear and reappear in a random position that is not that of one of the two players ...
I tried to make a loop to ensure that the object instantly changes position if it touches 1 of the two players during its respawn, but it does not work I clearly see the object appear then disappear under players...