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

How do I replace players arm?

Asked by 7 years ago

I want to replace the players arm with a completely new arm containing 4 union pieces ( the arm will be fully functional ) how do I do this?

removes players "Right Arm" and replaces with a new arm. or edits the "Right Arm" ? so the player can have a custom arm?

0
StarterPlayer has the ability to change character appearance. http://wiki.roblox.com/index.php?title=API:Class/StarterPlayer OniiCh_n 410 — 7y

2 answers

Log in to vote
0
Answered by
ZarceI 0
7 years ago

You could either make your right arm transparent and cancollide = true. Then weld your new arm containing 4 union pieces to the position where you want it.

0
The thing is how do I weld it to the arm? lol BlockSoar 0 — 7y
Ad
Log in to vote
0
Answered by 7 years ago

First, StarterPlayer has the unique ability to professionally and creatively edit the player's appearance. Read more on the wiki: http://wiki.roblox.com/index.php?title=API:Class/StarterPlayer

  1. Start a solo game with your character in it (F5).

  2. Find the correct body scripts inside of your character's models.

  3. Now, you can copy it/them inside the StarterPlayer folder, inside StarterCharacterScripts.

  4. Here you can edit them, for example delete the arm in the model and replace it with a union of the same name (eg. Right Arm).

Answer this question