This game for example is what I'm trying to ask: http://www.roblox.com/games/45183752/Car-Test Sorry if this is a silly question, but I'm just wondering how you're able to change player's body.
The easiest way to set a character is as follows; You access a players character by doing
game.Players.Player.Character
But what most people don't know is that you also set it that way
game.Players.Player.Character = game.Workspace.TestChar
I'm not sure if the camera will automatically change, but if not just change the focus to a part in the new character.