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

how would i morph when the player enters the game?

Asked by 10 years ago

How would i morph a character when the player enters? I want to make everyone look the same

2 answers

Log in to vote
0
Answered by 10 years ago

If you asked me that question, I'd ask why you're asking for a whole script. But you would have something like this:

game.Players.PlayerAdded:connect(function(plr)
plr.CharacterAdded:connect(function(char)

Then you would add something, so it would connect right when the player enters.

Ad
Log in to vote
0
Answered by 10 years ago

Maybe you can put a morph on a SpawnLocation and a player will be the morph.

Answer this question