of     1   

Notunknown99
#32056666Thursday, August 19, 2010 6:27 PM GMT

instance GlobalGui Same as the PlayerGui but goes in the DataModel (Game). All Gui objects inside this are visible to all players. Can be used for announcments (Like in an RPG when a player has leveled up) or for showing when a new player has joined the game. int FontSize Member of Text(Box/Label/Button) Default 9 Can be between 1 and 256 We all should know what this does. string Font Member of Text(Box/Label/Button) Default (?) Its the font of the words that are in the Guis. We have alot in the hidden Roblox directory so why not use them? instance (Text/Image)Shape This shape has 4 points - 1 for each corner. Can have text and Images but the text/image is distorted (Like when a decal is rendered on a wall.) instance Line This GUI Object draws a line between 2 points. Thats all for now!!
scipiothegreat
#32056885Thursday, August 19, 2010 6:29 PM GMT

These are all good, except the first one is called "CoreGui" and we already have it. It's just hidden.
Notunknown99
#32056986Thursday, August 19, 2010 6:31 PM GMT

Can you insert things into it and there then visible to all players?
scipiothegreat
#32057048Thursday, August 19, 2010 6:31 PM GMT

Yep.
Notunknown99
#32057092Thursday, August 19, 2010 6:32 PM GMT

Change the GlobalGui to showing the CoreGui then. Sorry D=
Notunknown99
#32057638Thursday, August 19, 2010 6:40 PM GMT

=D face for scripters!
Notunknown99
#32068222Thursday, August 19, 2010 9:02 PM GMT

FAIL! I put the GUI Object in CoreGui and its now LOCKED!
killerjames101
#32068938Thursday, August 19, 2010 9:09 PM GMT

LOL GUI's are pwnage but they can be very hard to use.
Notunknown99
#32068978Thursday, August 19, 2010 9:10 PM GMT

There easy to use...
killerjames101
#32069220Thursday, August 19, 2010 9:12 PM GMT

when your putting lots in. like putting them in objects so when people walk on them they pop up on there screen
Notunknown99
#32069359Thursday, August 19, 2010 9:14 PM GMT

THERE Easy. GUIs are just time-consuming (And the default GUIs are annoying)
killerjames101
#32069454Thursday, August 19, 2010 9:15 PM GMT

your right there.
Notunknown99
#32069547Thursday, August 19, 2010 9:16 PM GMT

Where?
Notunknown99
#32071089Thursday, August 19, 2010 9:33 PM GMT

bump
LuckyGlue
#32072753Thursday, August 19, 2010 9:53 PM GMT

GlobalGui is useless. Just use a for loop on the players and modify their GUIs.
Notunknown99
#32073268Thursday, August 19, 2010 9:59 PM GMT

Yea, I am just going to do that.

    of     1