Hi. I’m making a multiplayer game and trying to reduce towers health when player enters in the area. When player enters in, the client will send a message to server, and server will tell both two clients to call the function “ReduceTowerHealth”.
That’s OK. But it will work only for one time. How can I make it continue ? If I send message everytime player stays in the tower area, it would get so much slower.