futbal11
|
  |
| Joined: 05 Jun 2014 |
| Total Posts: 146 |
|
|
| 30 Aug 2015 01:42 PM |
Could anyone tell me what ServerScriptStorage is?
Thank you. |
|
|
| Report Abuse |
|
|
JDLENL
|
  |
| Joined: 23 Dec 2009 |
| Total Posts: 1109 |
|
|
| 30 Aug 2015 01:44 PM |
| it's a service that can store scripts (or objects you paste in) much like ServerStorage. |
|
|
| Report Abuse |
|
|
|
| 30 Aug 2015 01:46 PM |
| Scripts run in it, like the workspace, except they don't replicate. |
|
|
| Report Abuse |
|
|
futbal11
|
  |
| Joined: 05 Jun 2014 |
| Total Posts: 146 |
|
|
| 30 Aug 2015 01:47 PM |
| Does server storage or server script storage render the scripts/parts locally? or are they nonexistent on the user's roblox application until called upon by a script? |
|
|
| Report Abuse |
|
|
ShungTzu
|
  |
| Joined: 14 Jun 2014 |
| Total Posts: 959 |
|
|
| 30 Aug 2015 01:47 PM |
| Server scripts run in it. Clients can't see it. |
|
|
| Report Abuse |
|
|
futbal11
|
  |
| Joined: 05 Jun 2014 |
| Total Posts: 146 |
|
|
| 30 Aug 2015 01:47 PM |
| @foreverpower what do you mean by they don't replicate? and is there a benefit in running them there instead of workspace? lol |
|
|
| Report Abuse |
|
|
Grozztok
|
  |
| Joined: 06 Oct 2012 |
| Total Posts: 87 |
|
|
| 30 Aug 2015 01:47 PM |
| do you mean ServerScriptService? |
|
|
| Report Abuse |
|
|
futbal11
|
  |
| Joined: 05 Jun 2014 |
| Total Posts: 146 |
|
|
| 30 Aug 2015 01:48 PM |
| @Grozztok yea i think so idk lol |
|
|
| Report Abuse |
|
|
ShungTzu
|
  |
| Joined: 14 Jun 2014 |
| Total Posts: 959 |
|
|
| 30 Aug 2015 01:48 PM |
| It's called "ServerScriptService", btw. |
|
|
| Report Abuse |
|
|
|
| 30 Aug 2015 01:48 PM |
| The human calls the script out of serverscriptstorage, witch lets then run normaly |
|
|
| Report Abuse |
|
|
futbal11
|
  |
| Joined: 05 Jun 2014 |
| Total Posts: 146 |
|
|
| 30 Aug 2015 01:49 PM |
| @ShungTzu so the script is not rendered on the client machine and only the outcome is? |
|
|
| Report Abuse |
|
|
|
| 30 Aug 2015 01:51 PM |
| It is not replicated meaning it is not sent. |
|
|
| Report Abuse |
|
|
ShungTzu
|
  |
| Joined: 14 Jun 2014 |
| Total Posts: 959 |
|
|
| 30 Aug 2015 01:51 PM |
| Clients can't mess with it. |
|
|
| Report Abuse |
|
|
futbal11
|
  |
| Joined: 05 Jun 2014 |
| Total Posts: 146 |
|
|
| 30 Aug 2015 01:55 PM |
| can you run scripts in serverscriptservice like you would a normal script? (on touch of a part on click of a button on server start on player join etc) or do you need some special thing? |
|
|
| Report Abuse |
|
|
| |
|
ShungTzu
|
  |
| Joined: 14 Jun 2014 |
| Total Posts: 959 |
|
|
| 30 Aug 2015 01:57 PM |
"can you run scripts in serverscriptservice like you would a normal script?"
Yes. |
|
|
| Report Abuse |
|
|
futbal11
|
  |
| Joined: 05 Jun 2014 |
| Total Posts: 146 |
|
|
| 30 Aug 2015 02:00 PM |
| so from what I understand then is that it is better to put them in ServerScriptStorage? |
|
|
| Report Abuse |
|
|
ShungTzu
|
  |
| Joined: 14 Jun 2014 |
| Total Posts: 959 |
|
|
| 30 Aug 2015 02:15 PM |
| Are you asking if that's what you understand? |
|
|
| Report Abuse |
|
|
futbal11
|
  |
| Joined: 05 Jun 2014 |
| Total Posts: 146 |
|
|
| 30 Aug 2015 02:23 PM |
| nno I'm asking if my understanding is correct and also which one reduces lag? XD |
|
|
| Report Abuse |
|
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 30 Aug 2015 02:28 PM |
ServerStorage: a storage container for objects that only the server can access.
ReplicatedStorage: a storage container for objects the the server and client can access.
ServerScripService" a 'storage' container for objects, but server-sided scripts can run in here making it slightly more safer than putting them in Workspace as they are not replicated. |
|
|
| Report Abuse |
|
|
ShungTzu
|
  |
| Joined: 14 Jun 2014 |
| Total Posts: 959 |
|
|
| 30 Aug 2015 02:30 PM |
| If isolating server scripts from clients is something you want, then yes, it's better. I don't think the difference would affect lag much, if at all. |
|
|
| Report Abuse |
|
|
futbal11
|
  |
| Joined: 05 Jun 2014 |
| Total Posts: 146 |
|
|
| 30 Aug 2015 02:33 PM |
| @cntkillme is serverstorage rendered on the client side and would serverscriptservice minimize lag a bit because they are not replicated? |
|
|
| Report Abuse |
|
|
futbal11
|
  |
| Joined: 05 Jun 2014 |
| Total Posts: 146 |
|
| |
|
|
| 30 Aug 2015 02:34 PM |
I think a very important point you all missed out is ServerStorage is that : just storage. Scripts wont run here until they are cloned out or moved. I am unsure if the same goes for replicated storage but it probably does. |
|
|
| Report Abuse |
|
|