#how would i make a on key press toggle with visual scripting
1 messages · Page 1 of 1 (latest)
I suggest making an extra bool var for IsPressed
then simply toggle that bool on and off depending on when you press the key then do the set active
i cant connect the keyboard input thing to the bool
you need to make a new variable then set it to tru when down is pressed
and when you press it again you set that same boolean to false
do you have time to send me a screenshot example im so confused
if the bool is a variable what do i attach the get variable to
will now
Darn x7 beat me to it
thats from the community add ons for uvs
what type do i make the variable for the toggle, bool?
Of you are interested you can check out this link but if you are still learning Visual Scripting it's not important https://github.com/RealityStop/Bolt.Addons.Community.git
Yes, make it a bool
im getting errors, is there anything wrong here?
closer up
wicked