War Battles tutorial support thread - post your questions here

No, you can easily get the position of a game object from any other game object. There’s no need to send the position.

If the player game object has an id player then you get the position of the player from the chasing game object like this:

local player_pos = go.get_position("player")