So basically when i want to access a function inside a table, which was made using .__index
,
This shows up:
How can I remove that? Thanks.
Here's the code if the screenshot wasn't enough
module.something = {}
module.something.__index = module.something
function module.something.MyFunction()
end