#how do I make it so after someone pushed a button or Interact zone they get put on a costume
18 messages · Page 1 of 1 (latest)
Get a toggle button and wire the pressed to input equip on costume dummy
And if you want them to unequip it wire the released to the input Unequip
Equip Costume is a chip that will equip the input costume to the input player
Thank you
not that you are wrong, but I would highly suggest you tell people the basic way of doing it, rather than relying on the object board, as its very important people learn to not use object boards for everything
( @orchid pelican you should know this too )
Alot of new Cv2 users fail to realise that object boards don't sever any purpose besides 2 things:
- Object specific events (Projectile launcher has projectile hit, costume has costume equipped, etc)
- Private variables/Events, when a variable or event definition is placed inside a circuitboard, it can only be sent and received from that circuitboard
Thx
Cryptic it is the basic way of doing it by the circuits above the button when u spawn in a button with pressed and released, that’s the most basic way to know especially since Jimmy said he just started using circuits so not being rude or anything towards you but if you’re not using the object board that’s already there when spawning in a cv2 button, interact volume, trigger volume, etc. They have the circuits right there above it to use but if you wanted to do more circuits with it where u make your own by deleting all board content, that is adding more things to do something else with it or whatever else tryna make with a button so when u said for me to tell people the basic way of doing it the circuit above the button is the basic way of doing it and not doing advanced stuff with it
All he asked was when someone pushes button, they put on a costume so I said he can use a toggle button wiring pressed on button to input equip and taking it off wire released to input unequip that’s literally the most basic way of doing it, doing that makes you equip the costume when pressed and Unequip costume when released
I meant physically basic, not litterally basic
The chip is Equip Costume, which is the same chip inside the object board
They are the exact same thing, but its better to teach people to not rely on object boards
Right but there’s also no need for the chip Equip Costume unless they want to add more things to that chip since all that was asked was someone pushed button or interact zone they put on costume I’m not saying you’re wrong at all but if they only want someone to equip costume when pushing a button there’s no need for the Equip Costume chip when you can wire the button pressed to the cv2 costume object board equip so it’s simple enough
I get what you’re saying for not teaching people to rely on object boards but if it’s something simple then it’s easier enough to use the object board already given to wire because the Equip Costume chip you have to wire output pressed from button to input equip costume, then wire output equip costume to input equip on costume dummy, then target to full body costume dummy that’s why I said it as an easier way to not do all that to still have it do the same thing
The simplest method is not always the best one
You should teach people the best method you know, not the easiest one
I never said you were wrong either, I clarified that in my first message
I also never said there is anything bad about your method
or that our methods were different
I just said you shouldn't teach people to rely on object boards, and should instead teach the chip counterpart