What are you working on currently? (2021)

Looks great! I love the idea! The style is amazing!

What, omg that is amazing! Good luck with continuing it!

1feae4d7885f4457bc66d1c2fef3eadb

48bf9017369b4f923e741eff3f3fc835

Weaponry.

11 Likes

I have recreated my setup

Real

Recreation

18 Likes

I’ve been working on creating performant client side animations/effects. So far I’ve created a plugin that allows me to tag my selections using collectionservice and give those parts attributes. I use the attributes as properties (e.g. the radius to activate, the speed of the animation) to customize the effects. To make the effects performant I’m using some “chunk” logic to only search around the player, meaning all of these effects can be scaled massively without performance hits. Besides the animated effects, there is also an initializer. The initializer gives light sources to all neon parts, but it also makes light sources, textures and screenguis invisible when parts become fully transparent so you don’t get “ghost” light sources or floating textures. You can see this right away with the scrolling sign. Another cool light feature is the flicker effect using noise. You can set a deviance amount (e.g. 25% deviance from max brightness) and speed to really control how intense and fast the flickering is. The flickering lamp example had a deviance of 50% and a relatively slow speed, creating a cool old streetlight effect. Finally, the last cool modifier is the cframe angle property which allows me to add additional information to the grow and move animations. This causes cool turning effects during the animation, but are completely optional. In general, you can combine effects too (e.g. a pop part with a flickering noise modifier behaves properly; the light will only flicker when the part is visible, or the humanoid which both floats and rotates at the same time)

The current lists of effects are;

  • Parts that pop into existence when you go near
  • Parts that move when you go near
  • Parts that grow when you go near (while maintaining y offset)
  • Textures that scroll
  • Parts/lights that randomly flicker using math.noise
  • Gui’s that scroll through their contents
  • Parts that float between 2 points
  • Parts that rotate

All of this happens on the client, so while there is 0 stress to the server it’s worth noting none of this replicates making it entirely aesthetic/not compatible with gameplay (but my usecase is entirely aesthetic)

17 Likes

We all know this was made to flex your gaming pc but it the recreation is nice.
edit: this was a joke. lol

5 Likes

Emm no, I didn’t do it to show off, I just did it to pass the time

3 Likes

Realistic house I made a few months ago, the house isnt finished yet, but im done with most of it:

29 Likes

Small part of a tycoon I’m working on. Everything seen here is still WIP of course. Enjoy! :grin:

10 Likes

You should definitely link San Francisco and Los Angeles all in one game! A whole lotta work but I’m sure you could make it work.

1 Like

Hello!
My team and I are working on a new RPG game named Crusaders.
We hope to release it by the end of this summer!

37 Likes

Weapons look great so far! Love the particle effects on the third sword :drooling_face:

5 Likes

he reversed the normals of the faces in blender, then imported it as a mesh B)

1 Like


Been a while since I’ve posted here! Made this today and thought I’d share it. Enjoy! :grinning_face_with_smiling_eyes:

9 Likes

Baseplate - Roblox Studio 7_20_2021 11_33_23 AM (2)

4 Likes

Another art made with powerpoint


and another music :sweat_smile:

20 Likes

@oscoolerreborn thank you so much! I been looking all over youtube and could not find a thing, this will help a lot. :slight_smile:

2 Likes

Working on a city!

18 Likes

I modified a built-in to implement a feature request, the code is a bit yucky but I gotta do what I gotta do

3 Likes

Working on a menu I will use in my game.
This is one of my first Gui design attempts.

Start Menu

Settings

I will send some new progress images soon.

12 Likes