ajmhm1111
|
  |
| Joined: 22 Jun 2013 |
| Total Posts: 164 |
|
|
| 11 Apr 2014 02:38 PM |
Hello,
I have managed to find the error on this line ChalkboardInstance = game:GetService("Workspace")[script.Parent.Link.Value]
This is in a LocalScript There is definitely the object script.Parent.Link.Value, and it is a String Value There is no errors in a Error monitoring GUI.
Any help?
--ajmhm1111 |
|
|
| Report Abuse |
|
|
|
| 11 Apr 2014 02:53 PM |
Workspace:FindFirstChild(script.Parent.Link.Value)
Try that instead of GetService and stuff |
|
|
| Report Abuse |
|
|
| |
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 11 Apr 2014 03:01 PM |
Error monitoring gui wont fire for local scripts, unless you copy all the code in the Error gui and paste it into a LocalScript.
BTW I'm guessing the error is that there is no object named the stringvalue's value [script.Parent.Link.Value] |
|
|
| Report Abuse |
|
|