kalabgs
(FartFella)
#21
I just came up with something
You can just create a ModuleScript with source and require it through the plugin script resulting in exectuion
local Script = script.Script
local NewScript = Instance.new("ModuleScript")
NewScript.Source = Script.Source .. "\nreturn"
NewScript.Parent = script.Parent
require(NewScript)
1 Like
0786ideal
(ideal)
#22
there is an alternative, add popup that tells you have to enable loadstring if it’s not enabled
0786ideal
(ideal)
#23
have you tested it??? or not? because this might be patched as well
kalabgs
(FartFella)
#24
i just did and it seems to work just fine
1 Like
that’s the thing. loadstrings aren’t allowed in plugins
0786ideal
(ideal)
#27
Also, maybe offtopic, but how do you managed to add textbox lines to editor? You use text scaled or smth?
It works! Thank you! This has now been marked the solution, and the plugin is available here:
It will be free and open source; devforum post soon.
1 Like
system
(system)
Closed
#29
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.