What are you working on currently? (2020)

33 Likes

What did you use for the animating texture, worldmodel?

I think he used a Texture and changed the offset frequently, creating a gif effect.

Oh you can change the offset of a texture ??
Since when actually?

Here is an Announcement, it’s not a new feature at all:

An example of it’s use:
imagen
:+1:

I am working on something like a Code System if you want to learn more look here. !!Click Me!!

Its so much better! Some improvements are available yes, but its just very good for roblox!
also no idea why there are circles on the roof!

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