A M M Skater 0 1 — FiveM ped model preview
Ambient CitizensPed

a_m_m_skater_01

A M M Skater 0 1
Spawn Namea_m_m_skater_01Display NameA M M Skater 0 1Hash0xD9D7588CCategoryAmbient CitizensTypePed
local hash = GetHashKey("a_m_m_skater_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)