Asset rating and suggesting have been paused until Roblox releases their official OAuth2 API. After they release the API, you can expect the following things to be implemented:
Asset star rating
Asset comments
Analytics (number of clicks, etc)
Report system
Moderation features (for Daw588’s Studios staff)
Suggestion panel (for suggesting assets)
If the site becomes popular, you can expect:
Larger moderation team
More ways to see how your assets are performing
Actual algorithm to put up assets under the “Recommended” category only, other categories will remain hand picked.
TL;DR
Asset suggesting (aka submission) is paused until Roblox releases their OAuth2 API. For now you can direct message me on DevForum to suggest an asset. Make sure to comply with the rules listed on the OP (original post).
You can suggest any asset via private messages on DevForum (even if the asset doesn’t belong to you, hence the word “suggest”) as long as it complies with the rules listed on the OP (original post).
It would be cool if you can add my asset Badge+ to your website. It basically gives you a bunch of badge templates which you only need to change the ID of! Its really useful for a lot of people and might be useful for you!
You see, that is kind of a problem. If those are just templates I would personally either post a tutorial on how to make badges and integrate them into a game or just make a post in #resources:community-resources where I would share those code snippets.
You might disagree here but I believe that plugins are meant to simplify tasks rather than just show bunch of code snippets. If you wanna go in such direction, I would highly recommend making a script editor plugin that allows for easy code snippet insertion like in VS code.
I understand, it’s just that I don’t see much use in installing a plugin when you can just type this:
local BadgeService = game:GetService("BadgeService")
if BadgeService:UserHasBadgeAsync(player.UserId, badgeId) then
print(player.Name.. " has ".. badgeId.. " badge")
end
I’ve redesigned the catalog page, added 12 more assets along with external section, improved search algorithm, and implemented asset page which includes screenshots and other extra information about a particular asset.
yes, most likely because the fact that most of these are in #resources:community-resources, and some are in the toolbox, and yes like a report functionality