interiors of The Last Days, courthouse (shown first) and museum (bottom two pics)
Iβve been messing around with lighting. Iβm officially obsessed with making the strangest environments:
Yeah I should probably make it brighter
looks like a game concept to me
new Skill 1
my recorder breaks my fps yet again
Greedy meshing and some part caching.
With Greedy meshing: 158.865 parts
And without: 6.735.342 parts
Downscale to 1k
Because roblox thats why
Looks cool! Maybe separate the space between the buttons here
and here
Feels a bit cramped, other than that your good
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!
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:
0/10: You didnβt throw the boxes from across the street.
You did a good job explaining your process. Will you turn it into a small game?
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 filesNew 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
(credit to @buildthomas for the rain module)
either a showcase or a story game, havenβt decided yet
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!
Thank you for the feedback! Will do!
Is the chat for the entire server for just for admins?