List all Modules w/ OOP?

basically I want to get nice information on how to do this but unfortunately there isn’t

I want to list Modules from Server, Client and Shared because the problem when accessing Server Modules on the Client it would result in an error

I’ve also looked at Aero’s source code but seem to find nothing valuable to use

1 Like

Client module scripts would be in PlayerScripts,
Server module scripts would be in ServerScriptStorage,
Shared module scripts would be in ReplicatedStorage

2 Likes

You shouldn’t be accessing server modules on the client… If you wanted to do that you should move it to either shared or client.