Player_Zero

In-game preview coming from the collector

Pedbasegame

Player_Zero

Michael

Ped type
PLAYER_0
Movement clipset
move_p_m_zero
Clip dictionary
move_p_m_zero
DLC
basegame

FiveM snippets

Spawn ped (Lua)
local model = GetHashKey("Player_Zero")
RequestModel(model)
while not HasModelLoaded(model) do Wait(0) end
local c = GetEntityCoords(PlayerPedId())
local ped = CreatePed(4, model, c.x, c.y, c.z, 0.0, true, false)