Player_One

In-game preview coming from the collector

Pedbasegame

Player_One

Franklin

Ped type
PLAYER_1
Movement clipset
move_p_m_one
Clip dictionary
move_p_m_one
DLC
basegame

FiveM snippets

Spawn ped (Lua)
local model = GetHashKey("Player_One")
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)