Kasumo
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 2467 |
|
|
| 21 Aug 2013 06:09 PM |
Whenever a sword is equipped, the right arm goes up. How can I prevent this? AKA the arm stays in its normal position.
I have no idea how to weld the sword to the player's arm. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 21 Aug 2013 06:10 PM |
| http://wiki.roblox.com/index.php/Grip_(Property) |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2013 06:10 PM |
| you just need to edit it inside the script, cut some animations there until you got what you want |
|
|
| Report Abuse |
|
|
Kasumo
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 2467 |
|
|
| 21 Aug 2013 06:12 PM |
| @cnt Those are the grip properties of the tool, a.k.a where the tool lies in your right arm. It wouldn't stop the right arm from going up. |
|
|
| Report Abuse |
|
|
Kasumo
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 2467 |
|
|
| 21 Aug 2013 06:18 PM |
| Bump, please this is the final part to my game. o3o |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 21 Aug 2013 06:19 PM |
| Then it's probably the script itself |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2013 06:19 PM |
| Read the second post. That should help you. |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2013 06:19 PM |
| Remove the weld the tool makes when equipped.(It's either under Torso or Right Arm) |
|
|
| Report Abuse |
|
|
Kasumo
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 2467 |
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 21 Aug 2013 06:21 PM |
| Maybe the sword you are using creates a weld |
|
|
| Report Abuse |
|
|
Kasumo
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 2467 |
|
| |
|
Kasumo
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 2467 |
|
| |
|
|
| 21 Aug 2013 06:29 PM |
| Never mind, the weld just attaches the tool to the arm. Just create your own weld to make the arm go down? |
|
|
| Report Abuse |
|
|
Kasumo
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 2467 |
|
|
| 21 Aug 2013 06:33 PM |
| What do you mean?? How?? How will I CFrame the arm???? Need a push.. |
|
|
| Report Abuse |
|
|
|
| 21 Aug 2013 06:35 PM |
| you'd have to either edit the 'Animate' script inside the character, or edit the Motor6D inside the character to have a constant DesiredAngle of 0 |
|
|
| Report Abuse |
|
|
Kasumo
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 2467 |
|
|
| 21 Aug 2013 06:37 PM |
while wait() do game.Players.LocalPlayer.Character.Torso["Right"]:SetDesiredAngle(0) end
??? |
|
|
| Report Abuse |
|
|
Kasumo
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 2467 |
|
|
| 21 Aug 2013 06:43 PM |
| bump. SOMEONE PLEASE. A real answer. D: |
|
|
| Report Abuse |
|
|
Kasumo
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 2467 |
|
| |
|