Can't Change Player Spawn Location

Hello, I’m currently developing my own FiveM vMenu Server and I’ve been trying to change the Player Spawn Location for everytime a Player joins the server they spawn at the coords I set them at, but everytime I change the coords in either the hipster or skater, map.lua it goes back to default and I keep spawning at Legion Square every spawn. Need help asap!

gamemodes>maps>fivem-map>hipster>map.lua

Add this line and edit to what you want

spawnpoint ‘a_m_m_golfer_01’ { x = 1737.0680, y = 3244.0029, z = 41.5009 }

Cant remember the orginal layout, might have to delete the other spawn points.

Alternatively download FiveStar-SpawnSelector from cfx

Allows you to select various places to spawn your character

We use it in our vMenu server works great when you change AOP and players join

Thanks, Im gonna try this now and ill let you know!

The first option on changing the coords didn’t seem to work and the SpawnSelector wont show the mouse to click a option

are you using qb-communityservice?? if you use qb-communityservice make you spawn at legion square and thats the MAJOR BUG, Please disable qb-communityservice and try again let me know if it fix your error or BUG