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

How to set player's character through a script?

Asked by 2 years ago

I've tried player.Character = Model but it didn't work. What is the most efficient way of doing this?

0
I believe you meant for parenting the character to model. Just index the property Parent and set it to model. player.Character.Parent = Model Xapelize 2658 — 2y
0
If it's not correct, can you explain more details so we can know. Xapelize 2658 — 2y

1 answer

Log in to vote
0
Answered by
0uico 20
2 years ago

I'm assuming you mean like a custom character or maybe something else but anything to do with editing the character will require you to put a local script inside StarterPlayer > StarterCharacterScripts.

Ad

Answer this question