Skip to main content

AddBlipForRadius

The primary functions for creating easy blips.

Function

local Blips = WXSCore.Blips
Blips:AddBlipForRadius(name, coords, sprite, color, scale, alpha, shortRange)

Parameters

NameTypeDescription
namestringThe name of the blip.
coordsvector3The coordinates of the blip.
spriteintegerThe sprite of the blip.
colorintegerThe color of the blip.
scalefloatThe scale of the blip.
alphaintegerThe alpha of the blip.
shortRangebooleanWhether or not the blip should be short range.

Returns

NameTypeDescription
blipintegerAn ID generated for the blip.