Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How Do i Script A Join and Morph Script?

Asked by 10 years ago

How Do i Script A Join and Morph Script?How to do so?(Example,Murder Mystery When you Join This game You Morph)

3 answers

Log in to vote
4
Answered by
Freemium 110
10 years ago

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.

0
Thanks,But How DOE I add Color to The character?(Game) DarkestAllie 5 — 10y
0
Sorry, I don't quite understand you. Please read my edit, I hope this helps. :) Freemium 110 — 10y
0
Ok :D DarkestAllie 5 — 10y
0
I've been wanting to do this, yet every time I type character.Shirt:remove(), I get an error in the Output saying "Shirt is not a valid member of model." Help? I am trying to remove the shirt, hat, pants, and face... sgsharp 265 — 10y
0
@Bolohuc Is shirt in the character? Try WaitForChild. Freemium 110 — 10y
Ad
Log in to vote
0
Answered by 10 years ago

@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.

Log in to vote
-7
Answered by 10 years ago

You could put the morph on every spawn.

Answer this question