Still a WIP
Love your style, cartoony and extremely neat, looks like you’ve put great effort put into your work too.
Keep it up
Currently I’m working on a 2D Platformer styled game with unique features such as characters with their special abiliities, various multiplayer gamemodes and singleplayer levels. I hope that some people will enjoy the game, because it’s the first big project I’m working on
This post was flagged by the community and is temporarily hidden.
My new beams
You made the things surrounding the manhole slate. Be sure to fix that.
What do you mean exactly? I did not understand you very well
I’m pretty sure he meant this right here, unless it was intended to be slate.
Great build btw.
I think it refers to the other sewer in the other image, but anyway, I designed it like this, I am not going to change it for now
and thanks
Let me guess…
A cone model duplicated an obscene amount of times and had the transparency set very low?
Yes. Though i used a single meshpart. How did you know?
it was pretty obvious… ngl
30charlimit
At least it looks good!
I could see why, given that it would be rather difficult to implement code wise. I recommend going for something simpler programming-wise and keep that in the back-burner until you think you are ready to make the code necessary for such a thing.
With that said, I’ll give some advice on how you could code this to fit your needs, if you are interested in doing this yourself. based on what I see, it seems like you are coding something like Miner’s Haven, where there are drops that go on a series conveyors to reach the furnaces to allow the player to get money from the ores that go into it.
The easiest thing you could code would be making the droppers drop your ores, so I recommend tackling that first. It will involve learning about loops, the wait
function, and functions and properties of the Part
instance that your Ores will most likely be (I recommend making a reference for an ore, anchor it, and place it in a Folder
, called “Ores”, under ReplicatedStorage
to make it much easier (and maintainable) to code.)
Regardless, the models look amazing and I hope to see your project gets completed one day.