Hey guys, so, I’ve been developing a character customizer system, and I have a CharacterAdded event set up so each time the character loads in, it’ll remove all their default clothing and update it accordingly. However, I’m noticing that if there’s no wait in my event, the function seemingly never runs, and my character is still wearing all his default clothing.
Is there some sort of way to yield the thread until we know the character has fully loaded in? But here’s the thing, I could use like a wait(2) or something like that, but I would appreciate if it’d be possible to wait the minimal amount of time necessary to do this. Thanks!