Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I detect when a Character appearence loads?

Asked by
Tesouro 407 Moderation Voter
9 years ago

There is a script where I need to know when the character is fully loaded, so I can remove his hat, but I can't figure out how. I tried WaitForChild() with things like Body Colors or Shirt, but then this error shows up: WaitForChild called on an Instance that is not in a DataModel. Other objects are there before the character load and I don't have any other idea. Help me, please.

0
What exactly are you trying to accomplish? Why do you need to have their character fully loaded? BlueTaslem 18071 — 9y
0
I need to calculate the mass of the character, but if the hat loads later, it doesn't work properly. Tesouro 407 — 9y

1 answer

Log in to vote
1
Answered by 9 years ago

Take a look at this thread. It should help

Click Here

0
Hmmn... the #Character:GetChildren worked. it's inefficient, but works. Tesouro 407 — 9y
Ad

Answer this question