What are you working on currently? (2020)

Still working on my first game - Yeah, it is obby :slight_smile: but little different than others.

https://www.roblox.com/games/5103396244/Hard-Obby-Challenges-NEW

1 Like

Yea… It’s a space shuttle lol (it’s real)

2 Likes

This showcase is really good, nice work!

You should reduce the walk speed from the default 16 though, running through it ruins the beautiful atmosphere

2 Likes

might wanna watch out with the background music, lol

1 Like

Ooh that looks really interesting… Keep it up!

1 Like

Working on a massively scalable terrain editor. It stores binary mesh data in StringValues and only loads nearby data, which prevents detailed maps from lagging in studio.

I still need to design a custom selection system and tools for material painting and editing geometry. The hardest part was making it so a triangle/quad can reference vertices defined in other chunks:

Because the geometry is so low-poly, I plan to add a lot of triangle-specific details that load locally when you’re nearby. Right now it does colored grass and a few other random details:

Because each triangle costs 2 WedgeParts, I’m doing a ridiculous optimization that uses custom mesh processing/raycasting (when I compile) to detect if concave triangles can be expressed as other shapes without clipping. It uses an efficient spatial data structure so it doesn’t take more than a few seconds on huge maps:

Smooth terrain works great for small maps, but I think this is worth the low-poly look:
Multiple grass colors, ultra-deep expansive oceans, custom water fog distance, seamless coasts, great performance, and a small save file.

This is going to work with a similarly designed object system. I’ve done stress tests with 1M+ instanced objects evenly distributed across the world and it performed better than expected.

Object positions are also stored relative to chunks, so they don’t have floating point precision problems far from the origin. I will need to utilize custom build tools and “shift” the origin when developing for this to be fully practical. Applying origin shifting in-game would make it near impossible to use default physics streaming though. My game streams locally-created character positions manually so I wouldn’t have any problems with that, but I might want to add vehicles or debris in the future. Game servers also wouldn’t be able to benefit from this… unless I could somehow simulate multiple server game states that are treated like clients and have physics jobs delegated to them.

Anyways, my goal is to make the tools easily usable and massively scalable, so I can eventually hire a team of environment artists who can add a massive amount of content and have everything perform great both in-game, and in-studio.

66 Likes

I’ve been working on my newest Wipeout game, it will feature obstacles used in the actual show. To add variety, it will also randomize every 15 minutes with a selection of over 60+ obstacles. The game is not yet done, but here are some of the obstacles I have built.




21 Likes

I’m currently working on Chilling Game with Realistic Graphic and some Terrain , It is not Vibe Game but chilling Game where you can Chill in Roblox and Relax.

1 Like

I’m making a menu GUI for a game I’m developing on. I’m just a beginner, so don’t expect it to be perfect.

Menu button

https://i.gyazo.com/e220fe9f8707fef1a42033a8dfed1786.mp4

Shop Menu

https://i.gyazo.com/6b9dee68d8068b92c436a9838484c589.mp4

Inventory

https://i.gyazo.com/7efdcc05a01c1792ca61aaf29dcf5d4b.mp4

Media

https://i.gyazo.com/7aad8122f55097d2578f8252a24a4eac.mp4

The bundles menu is still being worked on, that’s why I didn’t show it yet.

2 Likes

The alpha playtest has begun on Hunter Games: Last Survivor!

The game is a 50 player battle in an arena that constantly changes every round, making some unpredictable results.

I also remade the 2013 UI and sounds for nostalgia purposes.

The game will be open for a few hours, good luck on the arena survivors!
EDIT: The playtest was completed, thanks for the people who participated

9 Likes

You Garage! (IDEA OF GAME SOON)


49 Likes

i design every once in a while hhhhuh?
image

10 Likes

I’m currently working on a Piggy-type game.
https://www.roblox.com/games/5245374609/Scammy?refPageId=8e6b42d7-d519-4df0-896b-24c3db21489e

1 Like

Cool jailbreak/madcity style buildings

3 Likes

Currently working on a new RPG game with a friend.
by the time its ready to release we want each island to have a unique soundscape/weather system
a good amount of equipment that you can find by killing bosses or other NPC.
lots of quest, and not just kill 5 npcs and level up till you’re ready to fight the next 5 npcs. we want a variety of quest some including solving puzzles/riddles.
We want there to an entire boat mechanic where you can get blueprints for boat parts(cannons, sails, hulls, etc.) and upgrade your boat.

(here’s some clips, and sorry for the compression the clip was 2 big)

in this clip when I walk underneath the part the rain particles stop you cant really see it because of compression :c

we have a lot of work for us but I think its looking good so far!

16 Likes

I left 3D modelling quite some time ago to focus more on UI designing, however, I’ve recently decided to get back into 3D modelling.

Here’s what I have been working on recently.

13 Likes

Been working on my project with @Sharkyia and @dibblydubblydoo at the moment, we’re in the middle of revamping scripts and the nature around it as of now, proud of what we are doing. :cowboy_hat_face:

Here are some images of the game so far:

Images:

9 Likes

Been working on an AC-130 for the past day. All I really need done now is better thermal imaging to identify humanoids and a camera that is relative to the plane’s moving angle.

Images

105 mm

40 mm

25 mm

Black Hot Thermal

8 Likes

Been working on a round-based defense game

Video (was too long so I couldn’t upload to devforum) -
https://streamable.com/1vsl6e

5 Likes

Car based off Cyberpunk 2077’s Quadro Turbo R

69 Likes