#costume that everyone can wear

14 messages · Page 1 of 1 (latest)

cold skiff
#

How can I make a single costume to have the hability to be worn by anyone without the typical “worn by [user]”

jagged hawk
#

no lol

cold skiff
#

costume that everyone can wear

jagged hawk
#

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

cold skiff
jagged hawk
#

its probably a model costume and a button that equips costumes that are outside of the visible play area

cold skiff
#

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

jagged hawk
#

then do as i described above

cold skiff
#

How I do that anyway?

jagged hawk
#
  1. make multiple copies of the costumes
  2. for the room index method, use list create to compile all references to the costumes into a list
  3. 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

modern rune