|
| 17 Oct 2012 02:21 PM |
| I'm just wondering why as seeing, Test>Start Server>Start player. Is kind of annoying. Since its the only way to test localscripts. |
|
|
| Report Abuse |
|
|
ThePC8110
|
  |
| Joined: 04 Jun 2011 |
| Total Posts: 486 |
|
|
| 17 Oct 2012 02:31 PM |
| Can't you put them in your backpack or startergui? |
|
|
| Report Abuse |
|
|
woot3
|
  |
| Joined: 10 Nov 2008 |
| Total Posts: 3599 |
|
|
| 17 Oct 2012 02:32 PM |
They do work in Studio? Or did I misunderstand. Remember, it's done offline. |
|
|
| Report Abuse |
|
|
|
| 17 Oct 2012 02:45 PM |
| They don't seem to execute in studio. I've tried print. Its not printing anything in output O_o. |
|
|
| Report Abuse |
|
|
|
| 17 Oct 2012 03:17 PM |
| You are looking at the server output and the client output is hidden. |
|
|
| Report Abuse |
|
|
Garnished
|
  |
| Joined: 09 Apr 2012 |
| Total Posts: 12695 |
|
|
| 17 Oct 2012 04:02 PM |
What? They run perfectly and completely. |
|
|
| Report Abuse |
|
|
woot3
|
  |
| Joined: 10 Nov 2008 |
| Total Posts: 3599 |
|
|
| 17 Oct 2012 04:07 PM |
| ROBLOX logs the client side output, does it not? |
|
|
| Report Abuse |
|
|
| |
|
lucas668
|
  |
| Joined: 18 Jun 2008 |
| Total Posts: 6183 |
|
|
| 17 Oct 2012 04:42 PM |
| You can use ypcall to give you the error of the code, and then put that in a message in Workspace or something. There are lots of hackerish work-a-rounds for this. |
|
|
| Report Abuse |
|
|
Aerideyn
|
  |
| Joined: 16 Jan 2010 |
| Total Posts: 1882 |
|
|
| 17 Oct 2012 06:09 PM |
Local scripts run on the client correct? so why would they be able to print to a server's log? Local scripts work fine in Test -> play solo, the output will also work because the client is the server in that case.
As soon as you move it to start server -> add player. then you will have issues with print() |
|
|
| Report Abuse |
|
|
NB4
|
  |
| Joined: 17 Oct 2011 |
| Total Posts: 4 |
|
|
| 17 Oct 2012 06:25 PM |
LocalScripts do not show in output. - NB3's Alt |
|
|
| Report Abuse |
|
|
|
| 17 Oct 2012 07:47 PM |
When using Play Solo, you are running of of your own client, so everything is local. This is why using print() in local scripts will work in Play Solo, because you are viewing the client output.
When using Start Server and Start Player, stuff is normal. |
|
|
| Report Abuse |
|
|
|
| 17 Oct 2012 08:36 PM |
| %userprofile%/AppData/Local/Roblox/Logs for local output. |
|
|
| Report Abuse |
|
|