How to enable LoadStringEnabled via plugin?

Changed to something more appropriate :smiley:

(post deleted by author​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​)

Like I want to make a plugin but it need loadstring :confused: so just thought that what if we could enable it via a script

There aren’t any restrictions with loadstring via plugins or the Studio Command-Bar. It should work just fine, enabled or not.

1 Like

Plugins can use loadstring without it being enabled in a game, LoadStringEnabled only affects game scripts (because it’s a property of ServerScriptService).

WHAT!?! TELL ME!! also I changed the topic because this is more of a scripting support now lol

You can just, use loadstring lol

loadstring("print('hi')")()

loadstring not enabled 1

loadstring not enabled 2

All I did was right-click the script and click β€œSave as Local Plugin”.

yea i just noticed that before your post lol thanks doe

i’m making a similar plugin using loadstringenabled, and I am having problems making a script executor. it works fine in studio editor, but when i begin running the game, it doesn’t work. any help?

my goal is to make a replica of the command bar. i don’t know how that functions fine.