A F Y Business 0 2 — FiveM ped model preview
Ambient CitizensPed

a_f_y_business_02

A F Y Business 0 2
Spawn Namea_f_y_business_02Display NameA F Y Business 0 2Hash0x31430342CategoryAmbient CitizensTypePed
local hash = GetHashKey("a_f_y_business_02")
RequestModel(hash)
while not HasModelLoaded(hash) do Wait(0) end
local ped = CreatePed(4, hash, coords.x, coords.y, coords.z, heading, true, false)
SetModelAsNoLongerNeeded(hash)