StartScriptFire at players coords

How do you create fire at the players location?

GetEntityCoords will help. Just pass in the player ped

local x,y,z = table.unpack(GetEntityCoords(%something to player ped%, true))

THis would get you x,y,z coords that you can then use on start fire.