This says โnilโ
I want it instead to say which script has defined the AskPerks entry into my table
I have forgotten where i defined my function.
If this is not possible then please someone make this a roblox feature!
This says โnilโ
I want it instead to say which script has defined the AskPerks entry into my table
I have forgotten where i defined my function.
If this is not possible then please someone make this a roblox feature!
I believe you can use debug.info and have a function as the first parameter.
print(debug.info(func, "sl"))
-- s -> The full name of the script the function is defined in
-- l -> The line the function is defined on
You can read more about debug.info here: Note: You need to scroll down to the next method, should say it has function as a parameter
Sorry, if itโs not what youโre looking for.
I dont want to have to run prints.
I just want it to display on this picture
My workflow will be super fast
Does it throw an error in run time?
And, Iโm not sure you can actually do that. (Idk)
it doesnt throw an error.
Im requesting this to be a feature pleasee