I am testing the multiplayer object and read tutorials.
In my game when the host "tap" player 1 -apply force at position.This works
How I do for, when (peer) tap player 2 -apply force at position??
Develop games in your browser. Powerful, performant & highly capable.
Send the tap input to the host and then perform it as if the host tapped the player.
Create a function for tapping a player. When the host taps a player, call the function. When a peer taps a player, send the tap to the host and get the host to call the function.