Working Open-Source Module requiring inaccessible modules

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

1 Like

Hey there, I can solve this, after discovering modules with some help.

The inaccessible modules are reuploaded (however, the original module can work in your new game) and you can replace them with these new IDs:

Add, Remove Player Function (135791541425695):

Distribute Objects (119357993370421):