So I’ve been looking on Dev Forum for a few days on how to control a different character in game but i couldn’t find anything. How would I go about doing this.
Please, do not ask someone to do your work for you. You must know by now that you should be able to make an attempt on the script, and if it doesn’t work, then you post. You don’t go simply asking people to do your work. I do not mean this rudely.
Set the player’s character, you can also use startercharacter to give everyone a custom character at spawn StarterPlayer | Documentation - Roblox Creator Hub.
Otherwise you would just set their character using player.Character = newcharacter
I have a problem, the player gains control of the new character but the camera stays in the position it was in before the player switched. (sorry for replying on such an old thread)