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

[SOLVED] Change character to custom character mid-game?

Asked by 7 years ago
Edited 7 years ago

I've made several custom characters, but want to have a selection menu instead of having just one. How would I do this? I've tried to set the player's character to a clone of the custom character like so:

char = game.ReplicatedStorage.CustomCharacter1
char.Parent = game.Workspace
game.Players.LocalPlayer.Character = char

But all the above code does, is move it to Workspace and remove the actual character, the camera isn't following the custom character, the controls aren't linked to it and also the player's assets don't load on it either. Any help is appreciated, thanks!

0
The best way to do this would be to just change the original character instead of trying to replace it. RiftTalon 98 — 7y
0
Or, use player:LoadCharacter and change it's CFrame to the old chars CFrame. TheDeadlyPanther 2460 — 7y

1 answer

Log in to vote
-1
Answered by 7 years ago

You're best bet is to go through the character's arms, torso, legs, head, clothing, and accessories and change them individually. That would work the most efficiently.

0
You seriously downvoted? lmao sorry I gave you an answer...? Connor_1 3 — 7y
0
mate i'd upvote ya but i dont got the reputation XD Galaxybombboy 134 — 3y
Ad

Answer this question