|
| 14 Aug 2012 09:01 AM |
Instance.new ("Message",Workspace) workspace.Message.text = "I like pie l0l"
Did i get that right ..? |
|
|
| Report Abuse |
|
|
darthpyro
|
  |
| Joined: 18 Aug 2009 |
| Total Posts: 3569 |
|
|
| 14 Aug 2012 09:02 AM |
m = Instance.new("Message", workspace).Text = "I like pie l0l"
|
|
|
| Report Abuse |
|
|
FireTG
|
  |
| Joined: 28 Oct 2010 |
| Total Posts: 291 |
|
|
| 14 Aug 2012 09:05 AM |
game.Workspace OR workspace. Workspace is invalid. Also you should use a variable or it could change another "Message"'s text in workspace. So, basically, it should look like this:
msg = Instance.new("Message", workspace) msg.Text = "I like pie :L" |
|
|
| Report Abuse |
|
|
FireTG
|
  |
| Joined: 28 Oct 2010 |
| Total Posts: 291 |
|
|
| 14 Aug 2012 09:05 AM |
/doublepost
Just saw darth's post. You can't do that. |
|
|
| Report Abuse |
|
|
darthpyro
|
  |
| Joined: 18 Aug 2009 |
| Total Posts: 3569 |
|
|
| 14 Aug 2012 09:09 AM |
You can't? I thought you could...
Oh, was that for cloning it? |
|
|
| Report Abuse |
|
|