Ig Devin — FiveM ped model preview
Story CharactersPed

ig_devin

Ig Devin
Spawn Nameig_devinDisplay NameIg DevinHash0x7461A0B0CategoryStory CharactersTypePed
local hash = GetHashKey("ig_devin")
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)