of     1   

blockoo
#140004444Friday, July 11, 2014 6:22 PM GMT

What's the function that allows you to run a string as a script? I forgot ;_;
BladeXE
#140004614Friday, July 11, 2014 6:23 PM GMT

Might be loadstring I think roblox removed it though
AgentFirefox
Top 100 Poster
#140004618Friday, July 11, 2014 6:24 PM GMT

loadstring You have to enable it in-game now. I believe it's under ServerScriptService. If you use a LocalScript, you don't have to change anything (loadstring still works on clients).
blockoo
#140004746Friday, July 11, 2014 6:25 PM GMT

Thanks. Is there any downside to allowing loadstring in ServerScriptService? Seems like there must be if they have the option to disable it.
BladeXE
#140005145Friday, July 11, 2014 6:29 PM GMT

Loadstring is a way for exploiters to insert scripts into your game using lame programs like CE Disable it to stop this, enable it to run scripts as strings honestly, I would enable it, and just add a vote shutdown script.
blockoo
#140008766Friday, July 11, 2014 7:08 PM GMT

Ok. Another question, is there any way that I can get the output of a function in string form that I can put into the game? I know how to get error messages, but how would I get normal print messages?
VerifiedName
#140009404Friday, July 11, 2014 7:14 PM GMT

just wanted to say, with loadstring enabled, you cant award points in your game.

    of     1