Hi, I have this remote event that fires if the dummy exists, and applys the players description to it, I send the humanoid, temparary description and the players actualy description. But, I get the error argument 1 missing or nil.
Local Script:
local Dummy = Frame.ViewportFrame[" "]
local Humanoid = Dummy.Humanoid
local PlayerDescription = Players:GetHumanoidDescriptionFromUserId(LocalPlayer.UserId)
local TempDescription = Players:GetHumanoidDescriptionFromUserId(1)
if Dummy then
ReplicatedStorage:WaitForChild("RemoteEvents").ApplyDescription:FireServer(Humanoid , TempDescription , PlayerDescription)
end
The character loads weirdly with apply description, the hats are in the wrong positions, but when I use a temp description then change it to the players descriptions the player’s hats load propely