I need help making floors that break beneath you

chum

L1: Registered
Oct 22, 2020
2
0
I looked through the internet trying to find a tutorial that would help me make breakable floors and I had no luck finding one. I already know how to make brushes that break when they get shot at but I need help attaching a trigger to it or something.
 

Tiftid

the Embodiment of Scarlet Devil
aa
Sep 10, 2016
529
397
You can do this with a trigger_once, trigger_multiple, logic_relay or anything you want really.
upload_2020-10-30_7-2-46.png

You just need to rename the func_breakable to "breakable_floor" or again, anything you want really, so long as the output targets it.

You'll also need to do this to the func_breakable or set its strength to 0, whichever works.
upload_2020-10-30_7-5-43.png
 

Pocket

Half a Lambert is better than one.
aa
Nov 14, 2009
4,697
2,581
Also doesn't it default to some ugly HL2 themed gibs when you use this?