Player:Spawn() function parameter help

Hi, im trying to respawn a player but in a specific location with Player:Spawn() function, but i cant figure out the parameter to respawn the player to a specific location. In the documentation it said to use table, so i did Player:Spawn({location = Vector3.New(0,0,0)}) , didnt work and gave me a unexpected parameter warning, i also tried just a normal parameter, Player:Spawn(Vector3.New()), but give me an error instead. Any help is appreciated and sorry for my bad english