You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
changing character (done) and making that character playable -
What is the issue? Include screenshots / videos if possible!
the camera stays where the old player is and doesn’t move, I want it to be on the new character -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have tried teleporting to the new character to a different location thinking the camera would follow but I guess not
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
NewChar.Parent = workspace
player.Character = NewChar
player.Character.PrimaryPart.CFrame = tppart.CFrame
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.