U_F_O_Carol

In-game preview coming from the collector

Pedpatchday22ng

U_F_O_Carol

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

FiveM snippets

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