local coords = GetEntityCoords(PlayerPedId())
local blip = AddBlipForCoord(coords.x, coords.y, coords.z)
SetBlipColour(blip, 1) -- Sets the color to red (see list above)
-- You can also use a hex like so:
SetBlipColour(blip, 0x3A7F3AFF) -- Our custom green