Ig Moodyman — FiveM ped model preview
Online CharactersPed

ig_moodyman

Ig Moodyman
Spawn Nameig_moodymanDisplay NameIg MoodymanHash0xE5BD861BCategoryOnline CharactersTypePed
local hash = GetHashKey("ig_moodyman")
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)