What are you working on currently? (2020)

Further Details Soon!

UnrestTeaserTest

2 Likes

custom explosions with part decomposition and physics

I am very excited I got this running so little lag

13 Likes

It’s times like this i wish we still had glue :pensive:
that would look so much cooler if it could break down as it fell

4 Likes

It used to act like that earlier when my code was worse :joy:. I’ve been considering how I could implement behavior like that manually though.

3 Likes

51 Likes

This is really nice, is it a showcase?

2 Likes

New Building type for Rome

11 Likes

Working on a realistic first person shooter. The block and the sounds are place holders

3 Likes

Concept art for Skyblock. I am for hire if anyone is interested in my style :slight_smile:

10 Likes

Placement system ye

38 Likes

been working on my physical presence character a bunch

(you may have seen this on my twitter)

improvements to the interaction and prop grabbing

and i got multiplayer working

most of the meshes are either from old projects, or out of the catalog. I’ll be replacing them as i go.
I wish we still had the automated physics impact sounds :pensive:

43 Likes

I wrote this stupid little thing just bcuz

function new(...)
	local info = ...
	local obj = Instance.new(info[1])
	for i,v in pairs(info) do
		if type(i)=='string' then
			obj[i] = v
		end
	end
	if info[2] then
		obj.Parent = info[2]
	end
	return obj
end


new {
	'Part',
	workspace,
	Anchored = true,
	Size = Vector3.new(4,4,4),
	BrickColor = BrickColor.Blue()
}
4 Likes

Coding a plugin for UI :slight_smile:

This plugin might be better than those UI scale convert plugin, as this plugin ask user to select a screengui to get the property AbsoluteSize first, so if the UI is stored inside of a folder, in a GUI, it won’t error

2 Likes

Another map (Just started)
des des2

10 Likes

Update on Scarif:
fmn

15 Likes

w o a h
At least 30 characters.

Building Scarif (Star Wars)







33 Likes

Not bad.
You have potential! Keep it up!

1 Like

This idea is great! I might have to use it when I make my game, is it going to be paid or free?

1 Like

Woah, makes me think of something made in Unity.
(Not in a bad way - it looks great!)

2 Likes