Player_Two

In-game preview coming from the collector

Pedbasegame

Player_Two

Trevor

Ped type
PLAYER_2
Movement clipset
move_p_m_two
Clip dictionary
move_p_m_two
DLC
basegame

FiveM snippets

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