1 . I am making a dummy copy the player’s appearance, everyone thing works fine but some accessories wont work.
Here’s the explorer : }
Here’s the script : local LocalNPC = game.Workspace.CopiedCharacter.Humanoid
game.Players.PlayerAdded:Connect(function(player)
LocalNPC:ApplyDescription(game.Players:GetHumanoidDescriptionFromUserId(player.UserId))
wait()
end)
Here’s how it looks :
(I’m on the left, the npc is on the right)