What are you working on currently? (2019)

Wow that looks amazing! When do you think an early version of the game will be out? I would love to try out the game, gotta say it reminds me a lot of bloxburg.

1 Like

Thanks! :slight_smile:

We’ve been working on the game for months now, and it’s hard to give a specific date for release. I’d say in around 1-2 months we should be open for testing though!

1 Like

The kitchen was made by me hence the Z on the shelf and it’s also on my Twitter. But the shadows weren’t baked or anything. I didn’t do any magic to simulate the shadows or the light bouncing off the tiles the picture was just shot in Roblox’s prototype lighting (FIB).

1 Like

Oh okay - shall I flag that post because it wasn’t made by them then and it isn’t custom shadows?

Already flagged. But yes, you should flag/notify the staff about issues like this.

2 Likes

Working on an Atompunk themed transportation game to be called Fusion Powered.
It’s been really fun making the assets so far.

I hope to have it playable by the end of the year. ( @NWSpacek made the short green boi )

30 Likes


Some ugc hat concepts (please let me in roblox)

21 Likes


Some maps for my new commission! (yes i know those wood planks look thin)

2 Likes

Old (left) vs new (right). Basically TweenService vs CFrame lerping. Safe to say, I’m going to stick with CFrame lerping. It does what I need a lot better and cleaner.

7 Likes

Made some more progress on my paintball game. Hopefully I’ll have it playable before my classes start.

2 Likes

I’m currently working on a new city, it’s based on a city in Georgia. It’s going to be one of the best groups when it launches. (I assume) These are only just a few pictures. IMG_20190519_162127_046|500x500

1 Like

Couple weeks ago I’ve worked on this Summery Scene and I really like how it turned out and it’s also animated thanks to DevUltra!

13 Likes

So; I found some free time to learn some blender eevee and I ended up with this moon animation.

I quite like the way this ended up, please let me know your thoughts!

If the video breaks, let me know. Psst, put it on loop!

13 Likes

Rate my build of living room
Well this is my first time to post this DevForum. What do you think or any feedback.

https://gyazo.com/4d1f25d3d05f2a8014b32b0bcf8fd428

3 Likes

Have you tried an EasingStyle other than linear? Perhaps Quint?

1 Like

The issue is that his tween doesn’t respect the rotational axis he needs. Changing tween styles won’t fix the way it tweens.

Ex: he’s probably setting a position then rotating around it, but the other method doesn’t necessarily do it in that order.

1 Like

Oh, I see that now. I thought the issue was just the way it was eased, I didn’t even notice the rotation wasn’t quite right.

I tried all the easing styles, nothing worked. The issue with the tween was that it was being rotated from the center of the model, whereas with the CFrame I was able to make it rotate around a different axis.

One work-around for this would be to simply extend an invisible part out from the other side of the lever to arbitrarily shift the center of the model to where the joint should be, but CFrame method works fine.

That’s too much work for something simple, but yes you’re right. I like the CFrame method better as I have more distinctive control over how I want it to behave.