Hello, I am trying to get the user id from a script so I can set an npc’s appearance to the local players appearance and it wont work on local scripts this is the code I have.
local plr = game.Players.PlayerAdded
local id = 184878837
local Models = game.Players:GetCharacterAppearanceAsync(id)
Models.Parent = script.Parent
wait()
for i,v in pairs(Models:GetChildren()) do
print(v.Name)
v.Parent = script.Parent
wait()
end
I believe that’s an issue with the accessory itself. You could try to manually fix it in the code but that’ll be hard if you don’t know how to. (I don’t mess with accessory cframe positions)