A F Y Hiker 0 1 — FiveM ped model preview
Ambient CitizensPed

a_f_y_hiker_01

A F Y Hiker 0 1
Spawn Namea_f_y_hiker_01Display NameA F Y Hiker 0 1Hash0x30830813CategoryAmbient CitizensTypePed
local hash = GetHashKey("a_f_y_hiker_01")
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)