from the image seen, im trying to get the name of the function in the table and then i made a module function requiring the name, then in the 2nd image i made it where it calls the module function then returns the parts name but it doesnt seem to work, how can i fix this?
#testing
1 messages · Page 1 of 1 (latest)
you have to require the module to use it's functions and such
local module = require(pathtomodule)
because the module variable you have right now is just an instance