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

How do you change a players character without them dying?

Asked by 3 years ago

So im trying to make a titan shifter in roblox which means when the player presses a specific key F for example they shift into a new rig. Now i tried doing this with plr.Character = rig but it kills the player so is there any other way the rig can be the players character?

0
Are you trying to do this with an R15 character, or an R6? Despayr 505 — 3y
0
I tried the same thing, I couldn't figure it out. Hit me up on discord if you find out: PoppingPopper#9649 Roger111 347 — 3y
0
r15 TheQuitzzyKadren 29 — 3y

1 answer

Log in to vote
0
Answered by
Despayr 505 Moderation Voter
3 years ago
Edited 3 years ago

Ok, since you are using R15, there are several number values that are parented to the characters humanoid.

The few values that you are going to want to change are:

HeadScale BodyDepthScale BodyHeightScale BodyWidthScale

The default values for each of these is 1

Your character will scale upon changing these values. If they are not already within the humanoid, you can instance them in

0
He didn't describe his question well enough, he wants to change the ENTIRE character. WideSteal321 773 — 3y
0
In that case, I'm lost. Never tried to convert to a new rig yet Despayr 505 — 3y
Ad

Answer this question