| |
|
|
| 19 May 2013 07:35 PM |
I don't understand what you mean by 'go forward'.
Do you mean like when you equip a tool? |
|
|
| Report Abuse |
|
|
|
| 19 May 2013 07:37 PM |
let me show a pic o /|-- /\
best i can do the arm is cframed forward |
|
|
| Report Abuse |
|
|
|
| 19 May 2013 07:38 PM |
"the arm is cframed forward"
You just stated it yourself. You use CFrame. |
|
|
| Report Abuse |
|
|
|
| 19 May 2013 07:41 PM |
no because i dun wanna disconnect arm i know you can also use C0 or C1 |
|
|
| Report Abuse |
|
|
CrniOrao
|
  |
| Joined: 12 Oct 2008 |
| Total Posts: 2274 |
|
|
| 19 May 2013 07:45 PM |
Welding. I don't like welds :D I don't even know if this'll work, but something like this.
local w = Instance.new("Weld") ---weld that make part dont fall w.Parent = PLAYERSARM --parent of weld w.Part0 = TORSOOFPLAYER --The Part Attached To Part1 w.Part1 = PLAYER["Torso"] --The Part Attached To Part0 w.C1 = CFrame.fromEulerAnglesXYZ(2, 4, 0) * CFrame.new(0.8, -1.925, -0.8) |
|
|
| Report Abuse |
|
|