cxmeels
(cxmeels)
October 1, 2024, 1:02pm
#11
Hey, thanks for adding Codify to the list!
If possible, I’d like to suggest either Reclass (or Switcher —free alternative) to be added. They’re insanely useful and I use them daily to switch between classes (e.g. converting a Part to a WedgePart, TextButton to TextLabel, etc.)
4 Likes
nix102on
(YFPro67)
October 1, 2024, 1:05pm
#12
cxmeels:
If possible, I’d like to suggest either Reclass (or Switcher —free alternative) to be added. They’re insanely useful and I use them daily to switch between classes (e.g. converting a Part to a WedgePart, TextButton to TextLabel, etc.)
Nice suggestion! I’ll definitely add that. I’ll add switcher as it’s free.
No problem!
2 Likes
Hi! Big thanks for adding Switcher here!
And its very nice to hear that @cxmeels suggested it. Thanks :]
I’m really happy to hear that my plugin can help people be more productive.
Also, I would suggest adding DataDelve , a free and blood stunning DataStore editing plugin (it’s probably the best plugin in Roblox for this kind of work). I’m personally extremely grateful that this plugin exists, because it is much, I mean MUCH more detailed and functional than any other DataStore plugin.
And thanks for making this useful post, I found some helpful plugins that I really needed!!!
4 Likes
nix102on
(YFPro67)
October 1, 2024, 5:27pm
#14
Wow… Great creators suggesting other great creators. I’ll definitely add that too! Tomorrow, as I’m on my phone right now.
3 Likes
Clippsly
(Clippsly)
October 1, 2024, 7:26pm
#15
Someone said that we are useful.
4 Likes
Thanks for adding Class++, makes me feel great that someone likes my work enough to put it on a list like this.
2 Likes
nix102on
(YFPro67)
October 3, 2024, 6:01pm
#17
I’m deciding to create a module myself that adds features to lua and luau, for that I need suggestions here.
Reflex is a resource that I feel should have more traction! Really enjoy the Server-Client sync feature
nix102on
(YFPro67)
October 4, 2024, 10:06am
#19
Does it have a devforum link? Please provide if possible
Pretty sure it doesn’t, which probably reflects why it is less known. However it still stands as a solid resource
Hey! If possible, it would be cool to see DocumentService on the list as well!
1 Like
nix102on
(YFPro67)
October 4, 2024, 5:05pm
#22
Its just profileservice, why should i add it?
ProfileService does still work, but it no longer lives up to what it once did imo (especially seeing how it’s been, what, 3 years since the last update?), and there’s better alternatives that have started to release recently, DocumentService being one of them (and my personal choice when making games now).
DocumentService is basically just a more up-to-date version of ProfileService with more features
Quoting this directly from the DocumentService forum post:
Frequently Asked Questions
DocumentService has far superior error handling, inspired by Rust’s Result type. Intellisense tells you which errors you need to handle for each method - and only the ones relevant to that method. This helps you write better code, faster.
It’s fully typed checked. This means you’re less likely to make mistakes and don’t need to spend time cross-referencing the documentation!
It’s just as powerful, but with a much simpler API that follows SOLID principles.
Validation - ProfileService does not validate your data. This means an accidental mistake could cause data inconsistency or corruption, and if data is manually changed you could get weird errors and side effects. DocumentService lets you validate data before you save it and as you load it, preventing bugs. DocumentService will also error if your data is unsavable, making issues obvious to you before you publish your game - ProfileService will not.
Migrations - in ProfileService, if you want to change how your data is formatted, you can’t. You can only add new stuff! This can limit long-term maintenance. DocumentService supports migrations (inspired by Lapis), which allow you to mutate your schema over time and mark changes as not backwards compatible.
ProfileService’s API is very player-centric, which makes it difficult to work with data that isn’t session-locked. DocumentService is designed so that session-locking extends the API, rather than defines it. You can turn it off and still use methods that don’t involve caching in the exact same way. DocumentService also has a method designed specifically to work with non-session-locked data efficiently called :OpenAndUpdate
.
Cache updates are immutable in DocumentService, which helps prevent bugs. In ProfileService, they are mutable.
ProfileService is outdated and hasn’t been maintained in several years - for example it still imposes a 7 second wait time between requests, which is no longer needed, and was written in Lua 5.1 rather than Luau.
DocumentService’s source code is easier to read and maintain.
1 Like
nix102on
(YFPro67)
October 5, 2024, 7:10pm
#24
Alright ill add that, but should i remove profile service?
nix102on
(YFPro67)
October 6, 2024, 3:26pm
#25
anyone got anymore suggestions?
paswa
(Hello)
October 6, 2024, 3:54pm
#26
I would add RbxUtils RbxUtil | RbxUtil
I think you should remove ProfileService, yeah
nix102on
(YFPro67)
October 14, 2024, 2:38am
#28
Should i categorize these services? Cuz im planning to add more
3 Likes
You should, would make reading these much more easier
2 Likes
nix102on
(YFPro67)
November 15, 2024, 3:53pm
#30
finally made it categorized! Ill add more once we reach 50 likes :))