What are you working on currently? (2020)

Not sure what is this going to be, but it currently looks like this

18 Likes


6 Likes
9 Likes

Hey, this is awesome, i got a question at this moment: 0:04-0:05
How that effect is made? Thanks for reading.

1 Like

Somehow (Idk how) I managed to use the code from this post to somehow attach the hands of a character to a steering wheel:

Idk what you’d call this. Inverse kinematics or something idk.

12 Likes

a nice cyberpunk game heavily inspired by blade runner made with @beany_mh


3 Likes

I’ve been playing around with bézier curves recently
https://gyazo.com/e0b5ebe2286ae2c7fe024136bf48fdcb

bezier curve 1

bezier curve 2

bezier curve 3

Lots of fun!

10 Likes

13 Likes

Animated a shop thing.

ezgif-3-b49d02c7dd3f

I spent 2 hours for a 6 second animation clip for a video I’m making.

8 Likes

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