zeon23445
|
  |
| Joined: 25 Jan 2009 |
| Total Posts: 609 |
|
|
| 25 Apr 2013 04:29 PM |
Tool.GripPos = Vector3.new(0.4,-0.33,.275)
this only allows me to my tool forwards, back, side to side and up and down. is there a way to make it so it rotates on an axis? |
|
|
| Report Abuse |
|
|
|
| 25 Apr 2013 04:31 PM |
| GripForward, GripRight, GripUp |
|
|
| Report Abuse |
|
|
zeon23445
|
  |
| Joined: 25 Jan 2009 |
| Total Posts: 609 |
|
|
| 25 Apr 2013 04:34 PM |
| umm no. i mean can i spin the tool on an axis. |
|
|
| Report Abuse |
|
|
|
| 25 Apr 2013 04:34 PM |
| Yes, I am pretty sure you can rotate a handle on its axis with GripRight |
|
|
| Report Abuse |
|
|
zeon23445
|
  |
| Joined: 25 Jan 2009 |
| Total Posts: 609 |
|
|
| 25 Apr 2013 04:36 PM |
| can you give me an example? im not entirely sure how to use that. |
|
|
| Report Abuse |
|
|
|
| 25 Apr 2013 04:37 PM |
| Make a tool, put a part named handle in it, and then go into play solo ( Tools > Test > Play Solo ) open explorer / propertys and go to the tool's propertys and mess around with the tool's grip |
|
|
| Report Abuse |
|
|
zeon23445
|
  |
| Joined: 25 Jan 2009 |
| Total Posts: 609 |
|
|
| 25 Apr 2013 04:41 PM |
| is there a way to put it in script form? like Gripright.new(blah blah blah) |
|
|
| Report Abuse |
|
|
|
| 25 Apr 2013 05:37 PM |
| tool.GripRight = Vector3.new(0,0,0) |
|
|
| Report Abuse |
|
|