How Do i Script A Join and Morph Script?How to do so?(Example,Murder Mystery When you Join This game You Morph)
A more efficient way of tkddude2's method is using the PlayerAdded event. This will get you started.
From there use the CharacterAdded event and use character.x to change whatever you want in that character that just joined.
Then to change color, you'll want to use BrickColor.
You would typecharacter.Torso.BrickColor = BrickColor.new("Really red")
You should change Torso to whatever part you want to change (Head, Left leg, etc.). Then you would change Really red to any color in the BrickColor menu in studio.
@C0deCakes Okay, I see where you are going, and I get it, but that is player ADDED. Which means if they die, they lose the morph. They only get it when they enter, after that, it disappears on reset.