U_F_Y_Beth

In-game preview coming from the collector

Pedmpvinewood

U_F_Y_Beth

Ped type
CIVFEMALE
Movement clipset
AMBIENT_WALK_VARIATION_F_SAD_A
Clip dictionary
move_f@generic
DLC
mpvinewood

FiveM snippets

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