Is there a way to require a module script without the need to have it public on my profile?

Hello, so I would like to have a private module script on my profile that can be required by MainModule script to obtain some other scripts that I don’t want people to see/use. Is there a way to implement this into the studio without having all of the private assets publicly accessible?
Thank you for your replies.

Just require the script via asset ID and make them unsellable.

1 Like

Hello gxenious, thank you for your reply :). Can the asset be private though? Will the require method still work?

I’m fairly sure the asset can be private if the place you are requiring it from is owned by the same person / group.

3 Likes

The asset can still be set as private. As long as it’s a valid asset, you have no problems.

1 Like

@gxenious @BanTech thank you so much for your replies and answers. I really appreciate it.