What are you working on currently? (2021)

I wish u can add crosshair there

1 Like

Alright, thanks! It is supposed to be a deformed horror face with the eyes out of their sockets

2 Likes

Updated, elevated Clock Tower, nature in missing areas


29 Likes

Not much visually going on, but completely overhauled my code today. More orienting of objects. Preparing to my movement code to be usable by the enemies…

Oh, and I suppose I updated this guy to my custom rig, loaded as a skinned mesh, tested some animations, and got that texture working. Old, meet new, and GOODBYE R15!

10 Likes

22 Likes

Just started working on the interior. Also, so far the house is only 1,500 tris so far. The Performant Builder plugin is a free FPS booster.

3643a4f494e0fcd2d879cdf215636f08

7 Likes

17 Likes

Recently did a retexture of the Dominus Astra as practice, I think it turned out pretty well.

More renders + comparison image on the twitter thread

14 Likes

im working on this game its not done yet Club Star - Roblox

1 Like

I made a tiny lil SB script that lets you sit on people’s heads.
This is why I got into scripting in the first place. Tiny things like this that I can script in real-time brings me great joy.
probably won’t use this for anything else so feel free to do whatever u want with it

local Player = game.Players.ToldFable
local Char = Player.Character
tool=Instance.new("Tool")
tool.Name="stick"

handle = Instance.new("Part")
handle.Name="Handle"
handle.Parent=tool

e=handle.Touched:Connect(function(touched)
    if touched.Parent ~=Char then
      print("Sticking to ",touched.Parent.Name)
      tool:Destroy()
      for i,v in ipairs(Char:GetDescendants()) do
        if v:IsA("BasePart") then
          v.Massless = true
        end
      end
      e:Disconnect() wait(3) print"Stuck!"
      Char.Humanoid.Sit=true
      Char.PrimaryPart.CFrame*=CFrame.new(0,-1,0)
		_G.w=Instance.new("WeldConstraint")
        _G.w.Part0=touched.Parent.PrimaryPart
        _G.w.Part1=Char.PrimaryPart
        _G.w.Parent=Char.PrimaryPart
    end
end)

tool.Parent=Player.Backpack
7 Likes

Just… Beautiful.

17 Likes

Currently working on a Zombie survival game called Infection Box.

Survival inside a big box for 160 seconds.

  • This is my first game i have scripted on my own with the help of devforum,wiki and youtube.

https://www.roblox.com/games/3643879248/Infection-Box-Alpha-v-0-5

1 Like

Finished

22 Likes

Yo nice…that’s so cool :slight_smile:

I got lazy making the controls.

Not looking for feedback.
(Made with 3DS max)

Poly: 177
Vert: 180
image

12 Likes

Working on a new group Called The Federal Agency of Robloxia.
We moderate, deal with scammers, toxic players and ect peacefully along with proper training protocols and grammar. Along with a agency academy.

The 1926 Third Motors Valor! She is complete!

39 Likes

This game looks unreal. It looks like it’s from the times after of the industrial revolution. Maybe a roleplaying game from these times?

Updating (This project took a while to update, due to the launch of my other game)


14 Likes

You messed up with the lines in the tunnel. They are missaligned.

3 Likes