Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I change a character's body?

Asked by
Yozoh 146
8 years ago

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.

1 answer

Log in to vote
4
Answered by
Xoqex 75
8 years ago

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.

0
The hardest part is animating and moving the character :P DevSean 270 — 8y
0
thanks! Yozoh 146 — 8y
Ad

Answer this question