of     1   

SparkIeFarts
#182293571Sunday, January 24, 2016 7:14 AM GMT

I want to make a GUI where when you join the game, your character has not loaded in yet and you click a load button and the Gui goes invisible and your character loads. and when you die, the GUI turns visible again and your character doesn't load in until you press load. I've been messing around on 2 hours trying to get this to work. I have no clue how to do it.
SparkIeFarts
#182293913Sunday, January 24, 2016 7:23 AM GMT

final bump
Soybeen
#182294146Sunday, January 24, 2016 7:31 AM GMT

Turn off the CaracterAutoLoads property under Players. then just be all like: player:LoadCharacter()
SparkIeFarts
#182294421Sunday, January 24, 2016 7:40 AM GMT

The issue with that is that I already tried it and so what happens is, when the player loads, the GUIs load too so I get stuck in a loop of the load GUI popping up.
128Gigabytes
#182294937Sunday, January 24, 2016 7:54 AM GMT

SparkIeFarts
#182316302Sunday, January 24, 2016 5:23 PM GMT

Alright thank you! I just need to edit the script around to work with a RemoteEvent since Filtering is Enabled and I need to make the button into a local script.
SparkIeFarts
#182316888Sunday, January 24, 2016 5:31 PM GMT

Got it working! Thank you!
128Gigabytes
#182317139Sunday, January 24, 2016 5:35 PM GMT

I made it a server script because local scripts can not call :loadCharacter() Keep that in mind while modifying and I'm glad I could help.

    of     1