Removing health

How do you make a thing that if you press a button, you lose a specific amount of health?

1 Like

There isn’t a way to remove health without lasers, currently.

1 Like

just use the lasers then

Yeah. You’d place lasers at a specific location (or all around the map) that activates on channel reduceHealth or something, then when the button is interacted, broadcast on that channel.

or just use wires, if you’re a wire kinda guy

Elaborate. What do you do with wires?

you connect it to the laser
wire the button to the laser

1 Like

Oh yeah, pseudo health also works. Use a property to represent the health, and subtract from that property to reduce health.

1 Like