What are you working on currently? (2020)

I just used each part’s velocity property

2 Likes

I’ve just cleared out my local plugins from Studio by publishing them to Roblox. Don’t know if these two utility plugins are of any use to anyone else, but they’re now available for all to use. There’s no buttons for these plugins, just (de)activate them via the context menu on the ribbon bar.

LastInputBar
Displays the last KeyCode, Position and UserInputType values that UserInputService received. This can be docked, and scaled down to only show the title bar (which is how I use it).

image
https://www.roblox.com/catalog/4927325179/LastInputBar


Blank Window
Just creates a blank plugin window. Displays the current window (viewport) size in its title bar. I use this for designing the UI, layout and determining minimum window size of my plugins visually before “Roactifying” them.

image
https://www.roblox.com/catalog/290444500/Blank-Window

3 Likes

I recognize that from Worlds Adrift… I can’t wait to see what you’re gonna do with that.

3 Likes

So, this creates a Desktop window? If it is, this can be abused?

2 Likes

It’s just a plugin window. You can access it from the PluginGuiService. It’s no more susceptible to abuse as any other plugin window is.

My primary use for it is previewing how my plugin UI looks inside a physical plugin window without having to write any code to create a new window.

image

1 Like

I was working on quite a bit lately.

Split Server Players, have players across the server, similar to how ForeverHD made his infinity player server, but this time, remade to work with current MessagingService limitations.

Customized Bubble Chat, a modified version of Roblox Bubble Chat that showed a typing status, bubble color, text color, and even font to change.

But now, the irony…
I’m working on getting my account un-terminated yet again, over reviewal of my code.

That’s for my year of 2020.

15 Likes

17 Likes

FINALLY getting to something that feels right! Here’s a simulated McLaren 720s engine I’ve implemented inside of roblox! It’s attached to a new chassis I’m working on and I can’t wait to release it to vehicle simulator!

Current features
-Realistic torque polynomial distribution model modeled after real life dyno charts of said cars
-Realistic mass conversion from cars
-Realistic gears, drive train, & gear ratios gathered from real-world data
-Traction control
-Launch control

Planned features
-Air resistance (especially important when acceleration at high speeds)
-Sound system based on engine RPM

16 Likes

Played with procedural terrain generation with perlin noise.

Color really does matter!

Water Shadow?

18 Likes

I decided to try making a GTA-style pedestrian system and it turned out really well!

Programming details

With help from a few different forum topics, I was able to come up with a system that looks good and performs decently!

About this system:

  • all visuals (character model, walking animations) are done client side
  • pedestrians exist as a single moving part on the server
  • collisions are disabled to save performance
  • full customizability over path, speed, and appearance.
  • mode for making npcs follow a series of waypoints (path mode)
  • mode for making npcs wander around with random positions
  • (the best one) a mode the allows players to knock down the pedestrians!
  • It stays performant by doing everything it possibly can on the client, keeping server tax to a minimum.
  • two different movement quality levels:
  1. first level: simply welds the character to the server part, which has the least performance impact but stutters slightly since its just the server moving it
  2. second level: more expensive (but still performant) uses allignPosition and allignOrientation to make the character follow the server part. In the case that the part lags or stutters, the dampening in the physics movers makes it un-noticeable. I had to use a hacky method to disable collisions with this mode.

here is a video of 50 pedestrians using the second movement quality level under the “wandering” mode.

Similar to games like GTA or Lego City Undercover, It has a mode that allows you to knock over pedestrians!

test it all out here!

20 Likes

Very satisfying :open_mouth:

https://venyx.wtf/medias/wnWKVFRT2m.mp4

14 Likes

Im currently studying anathomy, texturing PBR and sculpting.

27 Likes

Honestly, you need to Open source it, that’s epic.

2 Likes

Recent thumbnail and game icon I made for the upcoming game Skyblock by Easy.gg

12 Likes

Wandering off the usual to test intros and further mixing.






Recap of the end of March

7 Likes

really nice hat you make… i hope this hat come out in roblox catalog and it really make much more creepy when playing the scary game. well done!

2 Likes

the art so remarkable and also very interesting as well…the sculpture is really good by the way and it also looks cool. very impressive!

2 Likes

I agree, not only it look satisfying but also it really clean upload of the part terrain. the concept it really good then terrain generator. but also i can see that it really help other user by using this.
do you think you gonna make a plugin use this concept. if you do it really help the community.
Excellent

What a coincidence that my little brother got this game 2 days ago, lol.

Made a realistic shop building!

15 Likes