of     1   

Seeumliam
#150918242Tuesday, December 02, 2014 1:07 AM GMT

Would this script wait for a player's gui load when they join before continuing? I haven't scripted in awhile so I really don't think this is right at all... function Join() -- do stuff end game.Players.LocalPlayer.StarterGui(Join)
Seeumliam
#150918825Tuesday, December 02, 2014 1:12 AM GMT

Or will guis not play until the players vision is loaded?
smallshadow68
#150922070Tuesday, December 02, 2014 1:42 AM GMT

http://wiki.roblox.com/index.php?title=API:Class/ContentProvider/RequestQueueSize Put this at the top of the script: repeat wait() until game.ContentProvider.RequestQueueSize == 0

    of     1