of     1   

TheCrookMeister
#141238750Wednesday, July 23, 2014 3:58 AM GMT

When a player enters my game, I want to stall their character from being loaded momentarily so I can preload some assets. I am able to do that perfectly fine, however, when I enter a server, the Roblox loading screen stops at "Waiting for character", as if it won't actually enter my player into the game until my character is loaded. This is a problem, since the character is manually loaded after the player has already entered the game. How can I fix this?
128GB
#141239143Wednesday, July 23, 2014 4:01 AM GMT

:Destroy their character when it spawns the first time and :LoadCharacter() them when you are ready
TheCrookMeister
#141241265Wednesday, July 23, 2014 4:23 AM GMT

Okay, I had some trouble using :LoadCharacter(), but it seems to work fine if I set the Character's parent to nil, then back to workspace after everything is done loading.
128GB
#141248700Wednesday, July 23, 2014 5:42 AM GMT

:LoadCharacter() does not work from a local script.

    of     1