Costume Preset
Posted: Tue Nov 22, 2022 1:32 pm
How do I have the player start using a costume when they start the game other than SMB3 Mario without the costume switch block?
Code: Select all
function onStart()
Player.setCostume(CHARACTER_MARIO,"SMW-Mario",true) --This works for other characters
end