Whenever i change my character into a custom mode, it doesnt actually load it…
local rig = game.Workspace.Zinger
local humanoid = Rig:WaitForChild("Humanoid")
local description = humanoid:GetAppliedDescription()
script.Parent.Triggered:Connect(function(player)
player:LoadCharacterWithHumanoidDescription(description)
end)