`so I have the players location in a global variable and I want to make an object in this case a laser spawn 469 pixels or units or whatever measurement it is infront of the player but if I try
spawn(Vector2(Global.player_position + 469,0))
it just throws an error what do I do also spawn is the function that spawns the laser