|
| 23 Dec 2013 04:48 PM |
Don't think it's the obvious, please read before answering.
Basically, I am putting the LocalScript into the players PlayerGui, it goes there, and there are no errors in the script (it's first line prints that it works, which in online it fails to do), works fine in Solo, but fails in Server / Online, any suggestions?
PS. Sorry for repost, but Scripting Helpers just aren't very helpful at this time |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
MettaurSp
|
  |
| Joined: 20 Mar 2010 |
| Total Posts: 3179 |
|
|
| 23 Dec 2013 04:51 PM |
| Scripting Helpers and you might be using a method that doesn't work when on a client in standard servers. |
|
|
| Report Abuse |
|
|
|
| 23 Dec 2013 04:54 PM |
| Nope, i'm just putting a local script into the PlayerGui and expecting it to print. That's all. |
|
|
| Report Abuse |
|
|
MettaurSp
|
  |
| Joined: 20 Mar 2010 |
| Total Posts: 3179 |
|
|
| 23 Dec 2013 04:58 PM |
| Are you using that remote error console model? If so, then that can only receive errors from server sided scripts. How do you expect to see a LocalScript print in online mode without the output anyways? |
|
|
| Report Abuse |
|
|
xSIXx
|
  |
| Joined: 06 Aug 2010 |
| Total Posts: 9202 |
|
|
| 23 Dec 2013 04:59 PM |
| maybe the stuff prints before the "Start Player" window is even visible> |
|
|
| Report Abuse |
|
|
|
| 23 Dec 2013 05:01 PM |
| Mettaur, you can see the output from running a test server, and that's unlikely xSIXx because you can view the output in the server anyway, before the player spawns. |
|
|
| Report Abuse |
|
|
MettaurSp
|
  |
| Joined: 20 Mar 2010 |
| Total Posts: 3179 |
|
|
| 23 Dec 2013 05:04 PM |
| I just saw "online". Anyways, pepper the code with print functions, make sure it is running, and check for which print function ran last. Once you have fixed that, you can remove the print functions obviously. |
|
|
| Report Abuse |
|
|
|
| 23 Dec 2013 05:25 PM |
| Yeah, that's how I usually do it, but the first doesn't work, might check the wiki, but I don't think it'll have the relevant info. |
|
|
| Report Abuse |
|
|
MettaurSp
|
  |
| Joined: 20 Mar 2010 |
| Total Posts: 3179 |
|
|
| 23 Dec 2013 05:29 PM |
| The first print function? Put one on the first line before anything else just to make sure it is running. If not, then you have done something seriously wrong like leaving it disabled, or have a script that likes to auto remove other scripts. |
|
|
| Report Abuse |
|
|