#costume that everyone can wear
14 messages · Page 1 of 1 (latest)
no lol
costume that everyone can wear
you will have to make multiple copies and a button that equips the next empty costume
either by checking manually or based off of the player's room index
I saw in some rooms that everyone can wear a single costume and it doesn’t disappear
its probably a model costume and a button that equips costumes that are outside of the visible play area
I just want something that everyone in the room wears (basically everyone being a single character) for example if I’m making a Mario themed game I want every player to be Mario
then do as i described above
How I do that anyway?
- make multiple copies of the costumes
- for the room index method, use list create to compile all references to the costumes into a list
- use a button to equip the costume from the list at room index by using a get element and costume equip
this is the bare bones to just get it to equip
making it a toggle that will also let you unequip the costume will take some more chips
!!!
@velvet maple Get Player Costume just like how we have Get Player Seat