Can someone help?

image

This says โ€œnilโ€

I want it instead to say which script has defined the AskPerks entry into my table

image
I have forgotten where i defined my function.

If this is not possible then please someone make this a roblox feature! :blush: :smile:

1 Like

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.

1 Like

I dont want to have to run prints.

I just want it to display on this picture

image

My workflow will be super fast

1 Like

Does it throw an error in run time?
And, Iโ€™m not sure you can actually do that. (Idk)

1 Like

it doesnt throw an error.

Im requesting this to be a feature pleasee

1 Like