How do I make a program were if an activation group is clicked a sertin amount of times is makes the required part explode.
Tags
Question18 Comments
- Log in to leave a comment
-
1,179 TheVizzyLucky
@lafario If it still doesn't work, I need to download the craft - even if it's just a fuselage.
-
-
2,963 lafario
@TheVizzyLucky I hav tmade an actual craft, Its just so i have somthing to build on
-
-
-
-
-
-
-
2,963 lafario
@TheVizzyLucky I deleted one set part block, And the boom block and it won't work
-
1,179 TheVizzyLucky
@lafario In the last 2 blocks, click on "activated" and select "Explode" instead. Also, if you only want to explode one part, you can delete the first
explode
block (the one with the "Boom"). -
-
-
1,179 TheVizzyLucky
If you want to add a short cooldown (so the AG stays activated for a bit), add
Wait ( 1 ) seconds
betweenwait until ...
andSet activation group ...
. You can change that number to whatever you want. -
1,179 TheVizzyLucky
wait until ( activation group 1 )
Set activation group ( 1 ) to ( false )
Put this in arepeat ( 5 )
loop. After that loop, putSet part ( x ) ( Explode ) to ( 1 )
. Replacex
(in the last block) with the id of the part that should be exploded. -
2,963 lafario
@TheVizzyLucky since we're on the topic of vizzy could I have help with this.
@TheVizzyLucky k