Add a yoga spot to your map
A spot needs coordinates and a heading. Everything else is optional: the routine it starts, the blip, and whether the mat prop is spawned at all. Set move to random for variety, or to menu to let the player choose.
-- config/config.lua
Config.Spots = {
{
coords = vector3(-1204.02, -1566.28, 3.63),
heading = 125.0,
move = 'menu',
blip = { sprite = 311, colour = 2, scale = 0.7 },
},
}