What are you working on currently? (2020)

WIP Bath House from Spirited Away :stuck_out_tongue:

39 Likes

Recap of late March, music composing.







8 Likes

Syntax highlighter
image
image
image

10 Likes

This isn’t the level from Jedi Academy is it?

I cannot imagine the amount of time this must of took you. Did you use the lexer thing @Crazyman32 made?

1 Like

It didn’t take too long to make, probably 5-8 hours. And no, I didn’t use the lexer by Crazyman32 (this?), I wanted it to support new number literals and continue.

Oh. Well, continue is already supported in the roblox script editor, and what do you mean by “new number literals”?

By new number literals, I mean digit separators and binary literals.

local b = 0b1 -- valid in Luau
local million = 100_000_000 -- valid in Luau

image
I also wanted to implement highlighting escape sequences.
image

6 Likes
PG version

https://www.youtube.com/watch?v=4b0FAoraa9Y

15 Likes

Right Now I am Working On A Game Called Westville RP but its quite a distance from Pre-Alpha Release

7 Likes

Trying to figure out my own custom dialogue system. Started with the ‘E’ prompt.

18 Likes

Halfway through building The God King Darius Axe from League, determined to show brick still has a place on this platform for weapon making:

https://gyazo.com/8eb8e940048922a8b6fae6172ae4754d

13 Likes

Wait, how are you doing the black to color gradient?

I assume surface gui or its a image texture
So in blender your texture is half transparent

2 Likes

This is so nice to look at. Very nice job!

1 Like

Clouds!

37 Likes

Decided this was a good opportunity to create homing missiles
https://gyazo.com/356e203d35ec3232d766b215d7d542da

https://gyazo.com/a9c87c94c1bacad473ed1fdb51c49ada

23 Likes

Again, only using brick, no mesh and no blender, its simply just a decal of a custom gradient I made which is transparent on use, this allows the colour at the bottom sections of the gradient to be custom. I use this pretty often in most of the builds.

2 Likes

It looks like they’re vertex painted, if not, that’s an easy way to achieve this. I made a post showing people how to do that here:

4 Likes

Making a feedback menu based on the Roblox kick screen.

52 Likes