Light switch

Hello my friends, I am trying to make a light switch that would toggle the lights from distance, I am trying to do this with the level BP, I put the trigger volume on the light switch and connected it to enable/disable input, I got the player controller assigned and all, but when I press “F” from outside the trigger box, the lights turn on either way, even if I’m not even inside, (I assigned “F” to toggle btw)

You need to post some screenshot of your BP’s.

post a screenshot for us, but I would a use a boolean variable with a branch, if it inside the trigger, set the boolean to tru, if is outsite, set to false. so it will only toggle the light if the variable is true.

I found it, thank you!, Input is enabled by default, so I added an event for begin play and connected it to disable input :slight_smile: no need for extra hassle, it was simple :slight_smile: thank you for trying to help me!, can you please answer my other question? I can’t seem to get the walking sounds on different physical materials :(, I don’t get any sound at all…

I found it, thank you!, Input is enabled by default, so I added an event for begin play and connected it to disable input :slight_smile: no need for extra hassle, it was simple :slight_smile: thank you for trying to help me!, can you please answer my other question? I can’t seem to get the walking sounds on different physical materials :(, I don’t get any sound at all…