im getting this error when ever trying to lo adstrint a script:
21:06:55.299 user_EcoExecutor.rbxmx.EcoExecutor.main.modules.eAPI:2334: attempt to concatenate string with nil - Client
Make it in widget. In this case roblox will allow it to be resizeable on itâs own. And also it wonât take up viewportâs space.
What are you trying to do? From what I see, it seems like it called a function but the function instead errors.
Do you loadstring a script or a string?
I cant activate it Doesnât open
Open what? Also you replying a message about loadstring.
Open the executor, i dont use loadstring because i dont have executor
Version 0.0.5 has been released
New
-
Updated the executor UI:
-
User no longer need to press a specific key to toggle the executor, now it can be toggled through the toolbar:
-
rconsoleinputasync
has been separated from therconsoleinput
(they both donât work the same now) -
Improved the syntax highlighting.
-
Removed
APIs
module script along documentation (planning to make a doc in the website instead) -
If you want to get info about most of eAPI functions, you can see it on here
-
Since the executor UI got updated, the instance in the components may have changed.
-
New attribute added under
EcoExecutor
Script calledBuild
(for easier version check) -
Updated old eAPI functions.
Changes
-
getrenv
now returns a table containing a roblox globals (including the functions) -
getgenv
now returns a table containing only executor globals (including the functions) - Changed the source code of
version
module script. - The
main
Script is now the ancestor and has been renamedEcoExecutor
. - Changed
debug.loadscript
to agetscriptclosure
and addedgetscriptfunction
alias (function still same except no longer acceptsScript
class name)
Bugfixes
- Fixed where HTTP function related stuff doesnât work (e.g.
game:HttpGet()
) - Fixed a server bug that will create a remote function even tho the Injection (option in the eco config) is disabled.
- Fixed a possible bug on
loadbytecode
.
Download the version 0.0.5 here
im getting this error:
16:52:48.066 The current thread cannot write âOverrideMouseIconBehaviorâ (lacking capability RobloxScript) - Client - Instance:106
Can you tell me how you got that error, donât just put the error message.