I tried to apply a Humanoid Description on a player that joined the game but the output gives an error: "Attempt to index nil with humanoid". Heres is the code.
game.Players.PlayerAdded:Connect(function(Player)
Player.Character.Humanoid:ApplyDescription(game.ServerStorage.HumanoidDescription)
end)