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?
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