fix: wait for appearance load
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ local reface = {}
|
|||||||
local convert = require("@self/convert")
|
local convert = require("@self/convert")
|
||||||
|
|
||||||
local function onPlayerAdded(player: Player)
|
local function onPlayerAdded(player: Player)
|
||||||
player.CharacterAdded:Connect(function(character: Model)
|
player.CharacterAppearanceLoaded:Connect(function(character: Model)
|
||||||
convert.convertCharacter(character.Humanoid)
|
convert.convertCharacter(character.Humanoid)
|
||||||
end)
|
end)
|
||||||
if player.Character then
|
if player.Character then
|
||||||
|
|||||||
Reference in New Issue
Block a user