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

How to make a player control another character? [closed]

Asked by 9 years ago

I want to make a custom model and make a player control that model instead of it's own character. Hopefully the player still has all the controls it has on their own characters, like walking and jumping and stuff like that.

Locked by BlueTaslem

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
2
Answered by
Perci1 4988 Trusted Moderation Voter Community Moderator
9 years ago

You could do this multiple ways, but I think the easiest would be to simply set a player's Character property. Just remember that the model you set their character to must have everything necessary for a character, like a Humanoid, etc.

--format
Player.Character = Model

Also remember that it cannot be anchored or welded to an anchored part, or else your new character won't be able to move.

Ad