When trying to publish, I get this:
Source is not a valid member of Folder "ServerScriptService.RPMPackages.Libful.Modules"
(tried to upload an image but it was stuck at 100% uploading)
When trying to publish, I get this:
Source is not a valid member of Folder "ServerScriptService.RPMPackages.Libful.Modules"
(tried to upload an image but it was stuck at 100% uploading)
Is there a folder within the Modules folder, because that will be causing an issue.
No, only two scripts.
What advantage does this have over other standard tools, like npm and Rojo?
This is made simply as a package manager for Roblox, it allows you to download Lua packages directly into your Roblox game. Additionally, it really isn’t anything like Rojo, as Rojo offers something different from this.
Additionally, would you mind telling me what line it errored at?
I know.
However, there are a lot of packages for Roblox on npm with roblox-ts.
These are designed to be transpiled and then inserted into Roblox with Rojo.
The difference with this is that it allows you to insert it directly into Roblox studio, as well as publish directly from Roblox studio. Also, this is a plugin and does not require any additional software.
Sure!
local scriptBlankSource = v.Source
line 29 (Internal.encode
)local data = require(script.Parent.Parent.Internal.encode)(packageFile)
line 113 (Util.UserInterface
)func()
line 60 (Util.UserInterface
)Alright, I’ve fixed the issue! Turns out I was referencing the wrong instance
Anyhow, the plugin should be fixed now, and you should just need to reload studio now!
Kk! Also, do you want me to help you update the encoder?
That way it’ll support comments and extra folders? If so DM me ^‿^
Alright, should be fixed! Sorry for the issue!
Make sure you’ve updated your plugin, I just pushed an update in regards to a new account system! This system allows you to create your very own RPM account, which will allow you to edit RPM packages you’ve created.
EDIT: if the issue occurs again, relaunch studio to get the latest module. I forgot to add a slash in the URL.
Alright, I’ll look into it. Thanks for the heads up!
Aight. Also, when I published my package… It published it as “blaster_202” instead of Libful? Is that intented?
Not intended, read the PSA posted above. I’m working to get it fixed ASAP.
Looks interesting definitely could be used by people who still use studio.
Does this have any of Roblox’s OSS modules, like Roact or Rodux yet?
Every single time I see the title, I am reminded of Redhat’s Package Manager (Which is also called RPM)