What are you working on currently? (2021)

Currently updating my first Build!
That’s the Build;

15 Likes

Happy 1 day of Fall everyone!

As an honor of Fall I and my friends are making our dco Halloween theme!
Capture pumpkin

(1) Happy’s Difficulty Chart - Roblox

4 Likes

Small '30s race car: The Juggernaut




15 Likes

hahahah, I forgot the toobies that he has

9 Likes

Some changes to it.

12 Likes

In the last few weeks I also implemented zone server management (with a locking mechanism to prevent creating tons of servers with 1 player each), save locking with a progress gui, and a mechanism for displaying unique loading screens when teleporting to each zone.

I’m also developing a plugin for editing instances/cells/zones within the MMO’s world. The lists use a custom scroll window that allows scrolling many thousands of objects without lag (and without worrying about UDim offset overflow.)

I can compile the plugins the same way I compile the place before publishing, so it will benefit from optimizations like inter-module inlining and constant folding. They should perform great and provide a smooth workflow for level designers I hope to hire in the future. The compile process also strips unused modules, so I can lend the tools to contractors without needing to entrust them with the entire codebase.

It uses a custom binary format that can support 100K+ objects. It stores objects inside chunks as strings, so it’s able to load only nearby models to prevent lag when working within an extremely detailed world. All objects are instanced from a prototype so it’s easy to make changes to a model after using it.
image

I still need to implement a custom selection system, custom draggers, custom rotation handles, etc., and make it easy to drag objects into the scene from the asset list. The binary format already supports data changes along with undo/redo. When a chunk changes it reads through the binary data and updates the corresponding objects.

The tools are the same as this post. I designed the map system so it could support a massive detailed world without lagging, but I learned the hard way that zones are important to allow for niche social experiences that would otherwise be abandoned in a seamless world.

31 Likes

Hello everyone! It’s been a while since I posted here.

I recently finished up a commission of the Ariake Arena based on the real-life venue in Japan. It was used for the Tokyo 2020 Olympic games.

The total time taken was 5-6 hours. It took longer than usual because I was replicating a real-life venue. There are a bit of inaccuracies like the seating plan and the stand steepness, but I overall like the finished product

18 Likes

I’m not sure if this will be interesting to anybody but me, but I’m currently taking a short break from my snake game to avoid burnout, and decided to teach myself how to play No limit Texas hold’em poker. I couldn’t find any decent free tools to help with learning ranges, so I decided to make my own.

Features include:

  • Create custom ranges using an interactive range grid
  • Practice against a range or selection of ranges
  • If you make a mistake, that same range and hand will be repeated a few times randomly in the medium term
  • Random hole cards have a 70% chance to be drawn from near the edge of the chosen range (I’ve found this speeds up learning)
  • Option to hide hole cards after 1.5 seconds to practice hole card memorization

I only made this for personal use obviously, but I really like how it’s turning out. I’ll be adding more features to it as I progress with my learning.

10 Likes

Making a low poly awp

9 Likes

idk but u can make a block, edit polygons, make deform with noise and make it for 30-60 min, but its really good, i like it

u just make the table in roblox studio and it make this? it’s amazing man.

I know this is really late, not sure why I didn’t reply back when you first asked. How I did it was I used something called binary space partitioning (it sound super complicated, but it really isn’t). How it works is it randomly splits a rectangle into two pieces, then splits those rectangles, and so on for a certain number of times.

Here’s a picture of it I found on google (notice how each rectangle splits into two rectangles each time):

image

6 Likes

I made a Radio component!

I’m also trying to post more pictures of the code. Like here: (This was all the code necessary for the above video)

Made with Fusion

7 Likes

Doing a nightclub commission, so I’ve launched some posts to grab feedback.



8 Likes

Finally finished after 4 months,
|







Link to the game: floaty sky thing, maybe
My Twitter: Aerophagia | Aerophagia16

76 Likes

Working on building my actual study in Roblox. I’m not a builder but at 50% done, I’d say this looks great and almost exactly like the real thing.

The mouses, books, headphones (KSI), pens, and decoration on the bookshelves are free models, as is the workout island ad and the strong noob (technically). Everything else by me.

Scale reference: (this is proportional almost exactly to IRL)

13 Likes

Working on a MiniMap for my golf game. It uses a topview screenshot to show roblox’s terrain, then I translate the mouse position to the viewport, so I can raycast the workspace and check what terrain it’s pointing at (Rough, Fairway, Out of Bounds, etc). I still need to optimize the code and maybe implement other functionalities like map rotation.

15 Likes

I have no words for this. I hope my potatoe computer can handle this graphic level lol

1 Like

update: still working on the school right now. here’s some of my progress:


might make another reply if i’m finished making the school

4 Likes

The day you stop making gmod stuff will be the day pigs fly.

1 Like