What are you working on currently? (2019)

Does grow work like blender’s proportional editing tool?

Grow works more like the roblox terrain tool. There is a proportional edit mode that works fairly similarly to blender’s though:

20 Likes

Nice! Not sure how I missed that from the first clips. That was the only reason I never tried any roblox terrain plugins in the past and always used the process of modeling it in blender and then importing it as wedgeparts.

I’ll make sure to give this one a go

2 Likes

Its not out yet, but it’s coming soon!

1 Like

I was making a new IDE for Lua Learning, and decided I might as well try to write an autocomplete.

I didn’t expect to actually make it functional, but I did it to learn from mistakes and enjoy a fun challenge.

I definitely surprised myself when I got it working. :sweat_smile:

Enter, Up/Down, and clicking is all supported!
Supports your code-defined variables in addition to the builtins and keywords!

Note: This is a single TextBox, a bunch of TextLabels, and a lot of work.

31 Likes

Putting some of the final pieces together on a certain project…

12 Likes

Wow this is super cool! Can’t wait to see it in action!

1 Like

Finalising key features before public testing on Pioneers. Also making sure gameplay remains smooth even with large numbers of villagers!

https://giant.gfycat.com/UnacceptableBiodegradableDoctorfish.mp4

https://giant.gfycat.com/ImpishPoliticalArabianoryx.mp4

https://giant.gfycat.com/FailingChillyAmericanbulldog.mp4

https://giant.gfycat.com/UglyMediumBarnowl.mp4

33 Likes

I’d reccomend swapping the ‘yes’ and ‘no’ buttons on the confirm click for deleting. that’s serious, and should be able to be done accidentally with a double click.

Current behaviour is temporary and purely for testers to be able to delete their kingdom. Later on a more robust solution will be implemented.

Been working on some PETS.

Faces mostly weren’t made by me.

Also experimented using CFrames alongside tween service versus body gyro and body position for the follow mechanic. The dog is using tween service and the pig is using body movers, hence being a lot smoother.

6 Likes

https://media.discordapp.net/attachments/351057978381828096/652277935943843860/2019-12-05_17-38-20.mp4

I managed to come up with a neat trick to make models disappear into thin air without boring transparency changes

20 Likes

Coming soon: ":cat:[NEW]:cat: Just Pets "
1 mil concurrent players for the next month.

game it just pets on an empty baseplate

1 Like

I worked on a combination lock recently and I think it turned out pretty decent. The only problem is that the dials aren’t aligned because I’m using welds.

27 Likes

I’ve been working on refreshing my Reclass smart class converter plugin, which may or may not be due to a certain class converter being… made more expensive :stuck_out_tongue:

I’ve just finished redoing all the UI in Figma, here’s what it looks like:

Simple, familiar, yet new and improved!

7 Likes

Careful where you spawn :stuck_out_tongue:

10 Likes

Thank you! I was considering doing the exact same because of… certain useful plugins that should be open source being made more expensive.

2 Likes

I’ve made considerable progress overnight!

export4

14 Likes

woah, thats really awesome do you mind telling us how ?

Kinda reminds me of the Ark/Atlas structure demolish effect. Does it use forcefields?