What are you working on currently? (2020)

https://gyazo.com/8edd3fc6f7484cf2f68ad313555b0626
https://gyazo.com/515a06dfd270e9a8ba2cb01897995897

I have been working on weapons and am thinking about different ways to incorporate them into the game. Here is a sneak peek of the new spell “Earth Wall” as well a little look at the combat in its current stage.
Let me know what you guys think!

I have got this shop up and running (thanks to Powerbuby for designing the UI)

6 Likes

Looks great! Somehow, it reminds me of the house the small people live in from “in the night gardens”

you’d be better off putting the textures in a table before doing the loops

Textures = {}

for a,v in pairs(script.Parent:GetChildren())do
    if v:IsA ("Texture") then
        table.insert(Textures,v)
    end
end

while wait() do
    for a,v in pairs(Textures)do
        v.OffsetStudsU = v.OffsetStudsU +(0.01) % 350
    end
end

also, for the love of the optimization gods make sure you’re running that locally, with a condition to turn it off if the other player is far away from your camera.

5 Likes


took unecessary hours to build something that is so tiny, I built the tweening Ui already and went back to deving

2 Likes

Working with UGC

Screenshot_2 Screenshot_9

6 Likes

AH-6 Little Bird
Image from Gyazo

8 Likes

Don’t you just love how there is almost no limit to what people create on roblox, this is amazing, nice job!

3 Likes

Wow- If you asked me if that was Roblox I would say no.

2 Likes

39 Likes

I’ve been working on this game called meciuvor for about 5 months now, progress is slow:



6 Likes

Posted a while back of my original arena, but I improved it a lot.

Pretty much a lot of color changes to the trees, materials, and added better lighting and more nature. :eyes:

Images:

3 Likes

Apparently Future Lighting mode is shipped? (i found it in normal studio…)

The future is very bright!



I’ve also been working on removing the old grid buildings, and replacing them with proper ones. Going for a kinda… cyberpunk Detroit. with a lot of inspiration from Deus Ex: Human Revolution

And… you know, a grappling hook!

32 Likes

Game 1 - Roblox Building Game


Game 2 - Backyard Battlefield


Game 3 - The Citadel



RTRTC Sneak Peek 9

4 Likes

Making a mining/resource system for a game!

It’s gone through several iterations but this one works well.
There’s no animation yet, and the pickaxe model is just from the free models category.

3 Likes

An Extension for VSCode with Full IntelliSense and Auto Completion for Roblox Classes, Datatypes and Globals, and also Luau syntax support. Using sumneko’s Lua Language Server.

test2

74 Likes



idk how i managed building a mini city

4 Likes

Lighting a candle with a flamethrower:

More information on my flamethrower game can be found here

18 Likes

17 Likes

haha, explosions goes brrr

26 Likes