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

How do you make a character join morph?

Asked by 10 years ago

Can someone help me please learn how to make a character join morph script just like how when you join the killer you are some character can anyone help?

1 answer

Log in to vote
0
Answered by 10 years ago

I can't give you what you want, but I can give you a ghost on enter script :3. Homemade by ToTo129

game.Players.PlayerAdded:connect(function(plr)
plr.CharacterAdded:connect(function(chr)
chr.Left Arm.Transparency = 0.5
chr.Right Arm.Transparency = 0.5
chr.Left Leg.Transparency = 1
chr.Right Leg.Transparency = 1
chr.Head.Transparency = 0.5
chr.Torso.Transparency = 0.5
end)
end)
Ad

Answer this question