Reclass classic - the original Roblox reclasser

It might be related to the plugin update checker; the update checker uses game:GetObjects() to get the latest version of the plugin. Since GetObjects blocks until it gets the model (for whatever reason), that’s probably what’s causing your issues.

The only fix for that is just to get faster internet - there’s nothing I can do within the current plugin update checker system that can avoid that. I could take a look at some alternative methods but they’d be far less convenient than the way it’s set up currently.

That seemed to be the issue. I tried commenting it out and saved as a local plugin which fixed it.

Would be a shame to lose out on the support from the plugin management tab though. If there’s a good way to add a setting or similar that would be appreciated! Might not really be a widespread issue so it’s perfectly understandable keeping this system.

3 Likes

Posting a quick sneak peek at a future update here!

I’ve been working on reworking all of my plugins across the Elttob Suite, including a brand new UI framework! This is a complete rebuilding of the design system I use for my plugins from the ground up, including a whole range of redesigned and unified icons and components:

image

I’m taking the opportunity to add some new controls to Reclass. I’m planning to implement a few options to let you fine-tune the recommender algorithm how you like:

These options will be neatly contained in a menu that only appears on hover, to keep the general interface clean:

These are relatively early mockups, so the details of this new system might change, but this is the general direction I’m pursuing at the moment. Let me know what you think of these updates below :slightly_smiling_face:

21 Likes

The redesign looks pretty classy, although I’m more of a fan of the previous, filled look of the previous auto-suggestion icon image. It’s probably just one of those things I’ll just get used to with a little time, but alas.

That aside, I’m really excited for the ability to tune the suggestions! Some of the auto-suggestions previously were a little… questionable (cough cough Decal into SurfaceGui cough cough) , but I’m glad we’ll be able to optimize them to be more in line with our individual workflows.

And, I have (somewhat of a stretch of) a suggestion for the new update!

If I could suggest another feature for the update, maybe you could let users define custom property bindings when changing from one class to the next? It’d be cool if I could instantly turn a Decal into an ImageLabel without the actual picture being lost in the process (because ImageLabel uses [.Image] and not [.Texture] .) It… does sound a bit time-consuming to implement, though… Well, nevertheless…

I can already tell from the mockups that this update’s gonna be great. Keep up your amazing work! :smiley:

5 Likes

That’s an interesting suggestion! I quickly mocked up what a potential remapping screen might look like:

I’m not sure if I’ll go ahead with adding it though - while I can see how it might be useful in a couple of cases, I’m unsure if it’s worth adding the extra complexity to the plugin.

5 Likes

This would be a great addition to Reclass!

Reclass is a VERY useful plugin for me, especially when I need to convert things for my ui, and im trying to make a quick ui! Can’t wait to see whats next!

1 Like

Arguably one of the most useful plugins I’ve seen on this platform. Nicely done!

1 Like

It can convert union into meshpart, and then meshpart to part, but it can’t directly convert union to part, why is that?

It can - just search for Part in the bottom left search box when you have a UnionOperation selected :slightly_smiling_face:

Sorry, my bad, I selected part and wanted to convert it to part… Amazing work, so useful plugin. Thanks for such fast reply!

2 Likes

This is one of my most used plugins. Been using it for about a month now. It’s a must have for my development workflow now! Well done as always.

1 Like

This is my favorite plugin now. By the way, it requested a permission to raw.githubusercontent.com in the starting.

1 Like

It needs to access the roblox API dump so that it knows what properties to convert and what instance types there are.

2 Likes

How do I fixed this issue
Screen Shot 2020-12-27 at 12.53.46 PM

Edit: oops silly me I fixed it if anyone have any troubles go to plugin settings find reclass and go to permission (its under the description or somewhere around it) click it and then click the check box!

1 Like

HttpService permission denied on domain raw.githubusercontent.com for plugin 2867765019.

1 Like

Make sure to give Reclass permission to access GitHub :slightly_smiling_face:

1 Like

little console bug that pops up from time to time

I was searching for this becaue i mistakely scripted in local scripts so i had to fix it. But it will take more time to do maually so i started using Reclass plugin! Plugin is very simple to use and thats what i like! Plugin works perfectly! Good job!

1 Like

I like how even in the script editor, its still enabled! Thats a super nifty feature, 10/10

1 Like