I’m trying to make a character-preview, SO I clone the player character, and make the preview, but I have a trouble;
print(MoreCharacterStuff.HELMET[characterIndex])
local K = MoreCharacterStuff[index][characterIndex]:Clone()
K.Parent = FakeChar
FakeChar:WaitForChild('Humanoid'):AddAccessory(K)
It seems like this doesn’t works on clientside, any idea why this could be?