of     1   

NiceGah
#63861585Monday, March 05, 2012 5:00 AM GMT

In this script when you put in text for example: "Hello World!" BTW, I DO NOT MEAN FOR ME TO PUT THE (") THERE, ITS JUST TO SAY THATS WHAT I WANT TO TYPE. Then when you enter the game it does not show it on the top, am I supposed to add a script to the "Message" or do I make it Archivable?
miz656
#63861703Monday, March 05, 2012 5:03 AM GMT

h = Instance.new("Hint") h.Parent = Workspace h.Text = "Hello world!"
adark
#63862106Monday, March 05, 2012 5:15 AM GMT

"game.Workspace" or "workspace", "Workspace" doesn't work. Instance.new("Hint", workspace).Text="Hello world!"
Yionee
#63862240Monday, March 05, 2012 5:19 AM GMT

Yes
RoAnt
#63862521Monday, March 05, 2012 5:30 AM GMT

@adark Workspace does work.
miz656
#63862783Monday, March 05, 2012 5:39 AM GMT

@dark Nice job editing my simple script....

    of     1