Hello, I am trying to apply the humanoid’s description from an ID to the server but something went wrong. I got an error ‘Argument 1 missing or nil’, but I do not know what could be causing this. Here’s the portions of the scripts related to the problem:
local targetHumanoidDescription = players:GetHumanoidDescriptionFromUserId(UserInfo.Id)
event:FireServer(dummyHumanoid,targetHumanoidDescription)
So the reason that it is not working is that dummyHumanoid that you sent is not existed on server-side. Also even the dummy is existed on client and you sent it to the server. The server cannot see it unless the dummy is generated directly by the server itself.