Ig Stretch — FiveM ped model preview
Story CharactersPed

ig_stretch

Ig Stretch
Spawn Nameig_stretchDisplay NameIg StretchHash0x36984358CategoryStory CharactersTypePed
local hash = GetHashKey("ig_stretch")
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)