LOBOT44
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 23539 |
|
|
| 26 Nov 2011 01:58 PM |
local reply = game.Workspace.Golden function onClick() reply.Hello.Text = "Well, I Can Help I'm Golden" wait(5) reply.Hello.Text = "Pick a Box" wait(2) end
I Need a connection line |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 26 Nov 2011 02:01 PM |
local reply = game.Workspace.Golden
Why would it be in Workspace? |
|
|
| Report Abuse |
|
|
LOBOT44
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 23539 |
|
|
| 26 Nov 2011 02:01 PM |
| Because. I'm making a game when you click the gui button, The golden model in workspace's name changes. |
|
|
| Report Abuse |
|
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
|
| 26 Nov 2011 02:03 PM |
local reply = game.Workspace.Golden function onClick() reply.Hello.Text = "Well, I Can Help I'm Golden" wait(5) reply.Hello.Text = "Pick a Box" wait(2) end
script.Parent.MouseButton1Down:connect(onClick) |
|
|
| Report Abuse |
|
|
LOBOT44
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 23539 |
|
| |
|
LOBOT44
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 23539 |
|
| |
|
UFAIL2
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 6905 |
|
| |
|
LOBOT44
|
  |
| Joined: 03 Feb 2010 |
| Total Posts: 23539 |
|
| |
|
nPwn
|
  |
| Joined: 17 Sep 2010 |
| Total Posts: 3197 |
|
|
| 26 Nov 2011 02:21 PM |
| There is no such things as text in a model. You'd have to change the name of it |
|
|
| Report Abuse |
|
|