xman262
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 19094 |
|
|
| 20 Apr 2015 05:14 PM |
It says it detected an error on line 3, here is the script local Message = Instance.new("Message")
Message.text = "Hello World"
Message.Parent = game.Workspace
wait(5)
Message:remove ()
Can you help me fix it? I am just learning how to script :P
Lord Of The Epic Face R$466/R$10,000 |
|
|
| Report Abuse |
|
|
xman262
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 19094 |
|
|
| 20 Apr 2015 05:15 PM |
:(
Lord Of The Epic Face R$466/R$10,000 |
|
|
| Report Abuse |
|
|
rayk999
|
  |
| Joined: 18 Feb 2011 |
| Total Posts: 4705 |
|
|
| 20 Apr 2015 05:18 PM |
text needs to be capitalized.
Message.Text = |
|
|
| Report Abuse |
|
|
xman262
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 19094 |
|
|
| 20 Apr 2015 05:19 PM |
OH! THANKS :) I think the book that I am using to learn didn't capitalize it xd
Lord Of The Epic Face R$466/R$10,000 |
|
|
| Report Abuse |
|
|