Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do gui lua compilers work? How are they made?

Asked by 3 years ago

So I found this compiler by GoldAngelInDisguise.

I want to know:

  • How this works,

  • Why this works,

  • And how I should go about creating something similar? I've tried below (which of cause does not work):

local tocompile = script.Parent.Text

script.Parent.TextBox.Text = (tocompile)

Thanks for helping!

0
Experiment with "Multi-line" & loadstring(). Ziffixture 6913 — 3y
0
DO NOT USE LOADSTRING(). It is a security risk, and your game can be exploited if you use it. Dovydas1118 1495 — 3y
0
There is nothing wrong with using loadstring if you just use your brain. herokuwu 41 — 3y
0
Dovy, I checked out the security risks and it seems perfectly fine, I'll be careful. WideSteal321 773 — 3y

Answer this question