What are you working on currently? (2022)

I would love to see a game done by you, @LandnBlu , and @KristinaMoment ! I bet it would be great. Everything you guys post I like!

4 Likes




32 Likes

“Oh? You’re approaching me?”

Looks great, keep it up!

9 Likes

Last year I made a Low Poly Mansion that took a lot of time to make.

And this year I’m working on an Obby Commission!

16 Likes

image

10 Likes

19 Likes

I don’t even know

21 Likes

I’ve made my first house (with a little update) : :yum:
Day version :sun_with_face: :


Night version :new_moon_with_face: :

Have a nice day ! :grin:

14 Likes

Mini ELS Compilation

8 Likes

Smooth Camera Work

gif

watermark included for watermark reasons

24 Likes

progress so far on 2 environments. made with materialservice using textures primarily from textures.com


50 Likes

Been doing a lot of procedural level generation work recently. Just finished up the main hallway generation and room generation. This can generate any size map with lots of customization of all the different features including hallway shapes, bulkead doors, % of hallway ends or rooms, # of rooms & what sizes, simple or complex hallway structure, hallway variant “biomes” % size of each variant, etc.


20 Likes

Small side project for fun.


20 Likes

Hello roblox, I was working on Nanomachines. They harden in response to physical trauma. Here is a demo of what you can do with them.

  • You can punch your friends without getting hurt
    Punch Demo
  • You can control and generate heat from your body and use it to interact with your environnment
    Fire Demo
  • You can use it to regenerate yourself or assert dominance on your friends
    Regeneration demo

I took 1 day to make this game with my friend, and graphics are stunning!

I’m really excited for the 3D volumetric clouds in roblox! Keep the hard work!

10 Likes

I wonder what you’re doing too

Here’s the source code if anyone wants it

Code
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Debris = game:GetService("Debris")
local RunService = game:GetService("RunService")

local Spring = require(ReplicatedStorage.Packages.Spring)

return function()
    local dots = script.Parent.Loading.Main.Dots:GetChildren()
    local connections = {}
    local rot = 0

    local function lerp(a, b, t)
        return a + (b - a) * t
    end

    table.sort(dots, function(a, b)
        return tonumber(a.Name) < tonumber(b.Name)
    end)

    for i, dot in ipairs(dots) do
        local offset = dot.Position.X.Offset
        local y = 0

        table.insert(connections, RunService.RenderStepped:Connect(function(dt)
            local t = os.clock() - (i*0.3)
            y = lerp(y, math.sin(t*2.5) * 30, 1)

            dot.Position = UDim2.new(0.5, offset, 0, y)

            -- for fade effect
            --local trail = dot:Clone()
            --trail.Parent = dot.Parent

            --Spring.target(trail, 1, 6, { BackgroundTransparency = 1 })
            --Debris:AddItem(trail, 0.3)
        end))
    end

    -- for rotation (180 is the rotation amount in degrees)
    -- RunService.RenderStepped:Connect(function()
    --     local t = os.clock()
    --     rot = lerp(rot, math.sin(t) * 180, 1)

    --     script.Parent.Loading.Main.Dots.Rotation = rot
    -- end)
end
5 Likes

Yea I deleted cause I needed to make some changes and stuff, sorry!

1 Like

Brand new commissions sheets, lowered my prices as a “summer” sale:

13 Likes

Working on an Obby game with different worlds/dimensions. Quests are involved.

This game is definitely going to be a huge project showing off what I have learnt from making Nouveau Ice Skating - I couldn’t be more proud of myself so far!

This is an exert from stage/world 1 “Land of the Shrooms” :smiley:

6 Likes

I was bored so I downloaded blender and roblox studio again. I also watched some video and made a part of the model.

Maybe I’m back I don’t know add my discord anyway why?#4133

Render

The video:

4 Likes