Ig Molly — FiveM ped model preview
Story CharactersPed

ig_molly

Ig Molly
Spawn Nameig_mollyDisplay NameIg MollyHash0xAF03DDE1CategoryStory CharactersTypePed
local hash = GetHashKey("ig_molly")
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)