Skip to main content

AddBlipForArea

The primary functions for creating easy blips.

Function

local Blips = WXSCore.Blips
Blips:AddBlipForArea(coords, width, height, rotation, color, alpha)

Parameters

NameTypeDescription
coordsvector3The coordinates of the blip.
widthfloatThe width of the blip.
heightfloatThe height of the blip.
rotationfloatThe rotation of the blip.
colorintegerThe color of the blip.
alphaintegerThe alpha of the blip.

Returns

NameTypeDescription
blipintegerAn ID generated for the blip.