How to make Bendy type graphics?

hello! i would like to ask how these graphics are possible and how i could make them?

[i found a game on roblox that is exactly what i need]


im making a Bendy And The Dark Revival fangame and i want to know how to make these graphics if they are even possible. thanks!

2 Likes

When im trying to do cartoony effects i usually go with highlights.
I make a script that goes thru ever child in workspace and than just creating a new highlight effect for the object.

The configurations is obviouse im guessing so yea.

I hope that’s what you meant.

its not really cartoony. well it is but not that cartoony. its a horror type of cartoony. as seen in the picture

As far as I know, the only real way to create assets like this is to cell shade each asset and model in Blender or any other 3D software you might use, and import it to Roblox, there are other “ways” to replicate the effect, but they’re not effective and they’re really time-consuming :<

For graphics, mess around with shadow map or future lighting (I recommend shadow map bc future is much more complicated when dealing with light sources: Future Lighting needs to expose more "internal" hardcoded properties for light instances - #20 by tabby0x). Honestly use shadow map if you’re intending to bring the game to mobile users because future doesn’t work for mobile yet

Here are a few things to look over if you have the time:

https://devforum.roblox.com/t/negative-brightness/2476523 - Keep in mind this only works with future lighting, and that’s not on Roblox for mobile users just yet

|


(Keep in mind that this is really just meant to build your fundamental knowledge on the basics, don’t expect after watching the first 2 tutorials, you can easily replicate the bendy style, especially if you have no knowledge of how to use blender at all)

One last thing, highlights are cool, but not very effective and can be kinda laggy, that’s why you don’t see a lot of games using highlights on very big assets like maps and stuff

Hope this helps, sorry if didn’t answer your question :<

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.