joji1000
|
  |
| Joined: 23 Aug 2013 |
| Total Posts: 291 |
|
|
| 21 Apr 2016 07:08 PM |
How do you wait for the character to load? Basically I'm working on a script for a game and I am trying to figure out how to wait for the character to fully load before i remove things other then the necessaries, but with timing issues the script will try to remove the items before they actually load in causing issues, I want to know a way to wait for the character to fully load without wait(). |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2016 07:11 PM |
repeat wait() until character ~=nil
#Code print("Add 13,000 posts") |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2016 07:15 PM |
| or just repeat wait() until character |
|
|
| Report Abuse |
|
|
joji1000
|
  |
| Joined: 23 Aug 2013 |
| Total Posts: 291 |
|
|
| 21 Apr 2016 07:15 PM |
| I'm not specifically waiting for the character but the characters content, everything inside the character. |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2016 07:19 PM |
| repeat wait() until character:HasAppearanceLoaded ( ) |
|
|
| Report Abuse |
|
|
|
| 21 Apr 2016 07:19 PM |
| sorry player:HasAppearanceLoaded ( ) not character |
|
|
| Report Abuse |
|
|
joji1000
|
  |
| Joined: 23 Aug 2013 |
| Total Posts: 291 |
|
| |
|