Creating ModuleScript using Instance.new causes issues

Thank you for your help, appreciate it :slight_smile:

1 Like

Wow that kind of attitude is going to get you a lot of help. Sorry I tried.

1 Like

I don’t know why you want to Instance.New module script, the script would have no use since it’ll be empty. You can make a custom object to inherit from/compose from using metatables and module scripts if you really wanted to instance.new. (didn’t see this was solved)

1 Like