Camp I'm trying to use this function to pass the player's position to all of the enemies but it's giving me this error
xyz Camp Post the code that calls this function. Also if you want interpreter to help you catch problems like this prior to runtime, specify the type for each argument: func(pass_player_position(pos: Vector2):
Camp xyz I added the Vector2 and figured out what i was doing wrong. I was using player.get_global_position instead of player.get_global_position().