team changes outfit

brickboyoze
Joined 25/08/2021
Posts 58
03:18 AM 06/05/2022
how can i make a certain team change your character to look like something


[RWB] MixaMega
Joined 23/12/2019
Posts 435
Moderator
05:56 AM 09/05/2022
you can create an outfit like
outfit = New Outfit()
.shirt(id)
.tshirt(id)
.hat1(id)

and then when you assign the team to the player just do player.setOutfit(outfit)

1