Hey, I’m using an open-source Module by Tyzone:
In The Module, tyzone requires two other modules
require(4710901436)(AddPlayer, RemovePlayer, AddCharacter)
and
-- Distribute objects
require(4707636413)(script.Directories)
When looking for the modules on Roblox, I get “Page cannot be found or no longer exists
404 | Page not found” for both IDs. I thought you could only require public modules on open-source modules. Please note the module by Tyzone works as intended; however, when removing either require()'s, the module stops working. Could someone explain why I can’t access them and how the main module that uses them still works?
Thanks
