IcyFires
|
  |
| Joined: 29 Jun 2013 |
| Total Posts: 5046 |
|
|
| 10 Aug 2014 01:24 AM |
| I am almost halfway done making my admin and don't see why people use loadstring in admin. |
|
|
| Report Abuse |
|
|
cingwar73
|
  |
| Joined: 16 Aug 2009 |
| Total Posts: 358 |
|
|
| 10 Aug 2014 01:40 AM |
| I think it was started as a way to simply the commands :ls and :s along with all the other things you could use loadstring for. |
|
|
| Report Abuse |
|
|
|
| 10 Aug 2014 01:41 AM |
They use it for script making commands.
for example in khols:
:ls < localscript source :s < serverscript source
They put a stringvalue inside the scripts, wich the localscript and serverscript loadstring. |
|
|
| Report Abuse |
|
|
IcyFires
|
  |
| Joined: 29 Jun 2013 |
| Total Posts: 5046 |
|
|
| 10 Aug 2014 04:06 PM |
| So, after loadstring is taken out, will most admin command scripts be broken? |
|
|
| Report Abuse |
|
|
Argelius
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 4047 |
|
|
| 10 Aug 2014 04:09 PM |
| only the :ls and :s commands |
|
|
| Report Abuse |
|
|
IcyFires
|
  |
| Joined: 29 Jun 2013 |
| Total Posts: 5046 |
|
|
| 10 Aug 2014 04:18 PM |
| Oh, okay now I understand. |
|
|
| Report Abuse |
|
|
blockoo
|
  |
| Joined: 08 Nov 2007 |
| Total Posts: 17202 |
|
|
| 10 Aug 2014 04:22 PM |
wut
loadstring is only being removed client-side IIRC. :s would still work. |
|
|
| Report Abuse |
|
|
|
| 10 Aug 2014 07:58 PM |
"only the :ls and :s commands"
No, :s will still work. Hasn't that been emphasized enough!?
There is another command which will be broken, however, and it loads local code on a specified player's client. |
|
|
| Report Abuse |
|
|
eprent
|
  |
| Joined: 17 Oct 2013 |
| Total Posts: 15007 |
|
|
| 10 Aug 2014 08:41 PM |
@Jared How will ":s" work if there is no loadstring? |
|
|
| Report Abuse |
|
|
blockoo
|
  |
| Joined: 08 Nov 2007 |
| Total Posts: 17202 |
|
|
| 10 Aug 2014 08:44 PM |
| loadstring isn't being completely removed. It's being disabled client-side (meaning it can't be called in a LocalScript). |
|
|
| Report Abuse |
|
|
|
| 10 Aug 2014 09:39 PM |
It was mentioned a billion times minus a billion or two. Loadstring is only getting disabled on the client; local scripts can't use it.
:ls runs a local script using loadstring, so it won't work. |
|
|
| Report Abuse |
|
|
|
| 10 Aug 2014 11:10 PM |
| Server scripts placed inside the PlayerGui,Backpack,And character(Local places) will also not be able to use loadstring. |
|
|
| Report Abuse |
|
|
Argelius
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 4047 |
|
|
| 14 Aug 2014 09:12 PM |
| http://www.roblox.com/Forum/ShowPost.aspx?PostID=127792516 |
|
|
| Report Abuse |
|
|
|
| 14 Aug 2014 09:24 PM |
Yes, that is an older post, mentioning the implementation of LoadstringEnabled.
Server-side loadstring isn't getting removed yet. |
|
|
| Report Abuse |
|
|