fix: wait for appearance load

This commit is contained in:
2026-03-26 00:47:57 -04:00
parent fd06ceb812
commit 173e80e314
+1 -1
View File
@@ -3,7 +3,7 @@ local reface = {}
local convert = require("@self/convert")
local function onPlayerAdded(player: Player)
player.CharacterAdded:Connect(function(character: Model)
player.CharacterAppearanceLoaded:Connect(function(character: Model)
convert.convertCharacter(character.Humanoid)
end)
if player.Character then