Barcado
|
  |
| Joined: 04 Oct 2014 |
| Total Posts: 1278 |
|
|
| 12 Nov 2014 05:05 PM |
>Works in ROBLOX Studio
>Doesn't work in Server
>Checks in server and finds a bullcrap reason as to why it doesn't work like "THing is not a valid member of ContainerHere" when it clearly is
|
|
|
| Report Abuse |
|
|
jonhy456
|
  |
| Joined: 09 Feb 2011 |
| Total Posts: 41626 |
|
|
| 12 Nov 2014 05:06 PM |
what pisses me off is when you use a free model and you get an inFECTion
Vote for the Cranthesian Void Star! | www.roblox.com/--item?id=185553009 |
|
|
| Report Abuse |
|
|
jonhy456
|
  |
| Joined: 09 Feb 2011 |
| Total Posts: 41626 |
|
|
| 12 Nov 2014 05:07 PM |
yea i use free models
fight me about it
Vote for the Cranthesian Void Star! | www.roblox.com/--item?id=185553009 |
|
|
| Report Abuse |
|
|
CaptLlama
|
  |
| Joined: 02 Nov 2013 |
| Total Posts: 1914 |
|
|
| 12 Nov 2014 05:09 PM |
| aaaannnd this thread is deleted |
|
|
| Report Abuse |
|
|
Barcado
|
  |
| Joined: 04 Oct 2014 |
| Total Posts: 1278 |
|
|
| 12 Nov 2014 05:09 PM |
I don't though
That's irrelevant |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 12 Nov 2014 07:31 PM |
| I use to have that problem in studio, especially with putting clothes on NPCs and they were naked in-game. |
|
|
| Report Abuse |
|
|
|
| 12 Nov 2014 07:33 PM |
Most of the time, the reason for why certain scripts work in Studio but don't work in Servers is because you need to put them in local scripts.
|
|
|
| Report Abuse |
|
|
Cindering
|
  |
| Joined: 28 Feb 2009 |
| Total Posts: 8171 |
|
|
| 12 Nov 2014 08:12 PM |
I find that happens usually when, say, you have a local script in the PlayerGui and you create a reference to some other local object at the start of the script, such as another GUI element. My guess is that the script could be running before the object is actually loaded for the player, so it encounters an error. Try using WaitForChild() to fix the problem. |
|
|
| Report Abuse |
|
|
Plusly
|
  |
| Joined: 01 Mar 2013 |
| Total Posts: 10819 |
|
| |
|