What are you working on currently? (2021)

interiors of The Last Days, courthouse (shown first) and museum (bottom two pics)

33 Likes

I’ve been messing around with lighting. I’m officially obsessed with making the strangest environments:

Yeah I should probably make it brighter :thinking:

4 Likes

Uhh… I kinda messed around with Brightness in ColorCorrection… :grimacing:

2 Likes

looks like a game concept to me

2 Likes

new Skill 1

my recorder breaks my fps yet again

10 Likes

Greedy meshing and some part caching.


With Greedy meshing: 158.865 parts
And without: 6.735.342 parts

29 Likes

Downscale to 1k

Because roblox thats why

I made this in 15 mins, as a challenge! Tell me what you think about it!

7 Likes

Looks cool! Maybe separate the space between the buttons here
Screen Shot 2021-03-01 at 7.13.30 AM
and here
Screen Shot 2021-03-01 at 7.13.52 AM

Feels a bit cramped, other than that your good :slight_smile:

I’m working on https://www.roblox.com/games/6455888195/Super-Sonic-Run
You can give me suggestions and tips and general feedback if you want to!

7 Likes

I made the new mail truck in Blender. And then it got a little out of hand, and now I have a working delivery truck in Roblox:

51 Likes

0/10: You didn’t throw the boxes from across the street. :smirk:

You did a good job explaining your process. Will you turn it into a small game?

5 Likes

Started working on glass, the package manager for lua.console

glass new creates a new glass project


glass devi allows you to upload your project into lua.console to test it (these are temp files)

glass devrm allows you to remove all dev files


New Glass Project Code
-- β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
-- MAKE SURE TO NAME THE MODULE SCRIPT THE NAME OF YOUR COMMAND!
-- β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”
-- Full docs at :

--|| VARS ||--
local command = {}
local functions = require(script.Parent.Assets.functions) -- Main functions, such as respond and newLine.

--|| MAIN ||--
command.Aliases = {
	-- Command aliases go here in strings, put as many as you like. 
	--Just remember to seperate with commas!
}

command.Execute = function(args, consoleUI)
	
	functions.respond( -- Creates a response line
		"This is my new glass project!" , -- Text of response line
		Color3.new(0.814862, 0.941146, 0.81004), -- Color of response line
		consoleUI
	)

	functions.newLine(consoleUI)
end

return command

:grinning_face_with_smiling_eyes:

12 Likes

23 Likes

(credit to @buildthomas for the rain module)

either a showcase or a story game, haven’t decided yet

18 Likes

I’m working on the biggest update of all time for oldBLOX! It will include packages, new gear, new menus, and more! I’m excited to post some sneak peak screenshots here later!

2 Likes

Thank you for the feedback! Will do!

1 Like

Currently working on this Realistic game

12 Likes

[ Null Admin ] Chat




28 Likes

Is the chat for the entire server for just for admins?