#Why is this script not working to morph me into the model that is humanoid?
1 messages · Page 1 of 1 (latest)
I never done a morphing system, but instead of making a new character variable, just set the character to the JasonModel and remove the :Destroy() line
Is it the script that doesn't morph you, or your camera that doesn't update?
When you morph that way, I guess you have to transfer all Scripts inside the Player.Character to the morph and change the CurrentCamera.CameraSubject to the new morph's Humanoid/Head.
Also scripts that saves the Player.Character should update when morphing
===