Blip::color
This function is used to change the blip colour.
Syntax
blip.colour = 1;
See Blips for all the blip colours.
Example
This will change a blip to the colour red.
Server-Side
let createdBlip = mp.blips.new(140, new mp.Vector3(0, 0, 0));
createdBlip.colour = 1;