What are you working on currently? (2021)

6 Likes

Working on a Mustang (3rd ever car)


23 Likes

messing around
made some pixel/lego/rainbow rain

External Media

probably won’t use it for anything
feel free to mess with it urself

Username = "ToldFable" -- change this to ur username
Debris = game:GetService("Debris")
range = 10
height = 15

local TweenService = game:GetService("TweenService")

function tween(part)
  local goal = {}
  goal.Size = Vector3.new(.5, 1.5, .5)
  goal.Color = BrickColor.Random().Color
  local tweenInfo = TweenInfo.new(.5)
  local tween = TweenService:Create(part, tweenInfo, goal)
  tween:Play()
end

while wait(.1) do
for i=1,25 do
  p=Instance.new("Part",workspace)
  p.BrickColor = BrickColor.Random()
  p.CFrame = workspace[Username].HumanoidRootPart.CFrame
    	*CFrame.new(math.random(-range,range),height,math.random(-range,range))
  p.Size=Vector3.new(2.5,1,2.5)
  p.CanCollide = false
  p.Touched:Connect(function(hit)
        local hum = hit.Parent:FindFirstChild("Humanoid")
        if hum and hit.Parent.Name~=Username then
          hum.Health -= 1
        end
  end)
  tween(p)
  Debris:AddItem(p,1)
 end
end
16 Likes


custom language prompt

24 Likes

Fina added sounds and other stuff, really makes a difference. Unfortunately the explosions are still incomplete guess that’s next on the list.

Edit: Sorry if it’s too loud as well.

Credits to FE Gun kit Edited version for the sounds and particles :+1:

33 Likes

I was creating a game but i stopped bc my pc he’s not strong.

2 Likes

With parts, and some meshes :wink:

2 Likes

I’m still trying to clean the entire cam up with some unique crosshair relations to movement, buts its coming together nicely.

11 Likes

Made this while I was at school




27 Likes


As a AOE2 fan, that looks really amazing!!!
Good job!!

4 Likes

I made a boss for my game!!! and I think it is pretty cool!!!
(It died too quickly tho)

28 Likes

Wow! That looks amazing! Are you making it for a game?

1 Like

I’m working on this castle. Currently, the part count is 201.

2 Likes

The most likely method he used would be by making triangular parts arranged to make the cloth shape that are held together with constraints that let the triangles rotate on a single axis

1 Like

After dying of motivation for a few days, I finally got some.


20 Likes

Been working on this bad boy today. I’d say it’s done apart from texturing (which I suck at :laughing:)

More pics



image

24 Likes

Reminds me of TRON: Legacy! That’s awesome, keep it up!

2 Likes

A small fighting game called Battle Burst.

10 Likes

by: murjarquitecto

42 Likes

I’m fine with how it’s goin!

Not done yet!

13 Likes