How to I run text from a textbox as a script?

Note: script.Source is only for plugins, won’t work for normal scripts.

You will have to use loadstring() function. Check this out: How to use loadstrings?

1 Like