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

How would I replace a player's model w/out killing them?

Asked by
OniiCh_n 410 Moderation Voter
9 years ago

I just need pseudo-code. I'll figure it out from there. I need to replace a player's model for a custom player model.

0
You could try welding a model to the player's torso. If you dont want to do that, you're going to need to make a custom character system. 2eggnog 981 — 9y

1 answer

Log in to vote
2
Answered by
iaz3 190
9 years ago

Turn off the property "CharacterAutoLoads"

After that you can successfully set Player.Character to a new model.

Though it would still need to be like a normal character body. I think.

Ad

Answer this question