|
| 24 Aug 2013 10:45 PM |
| I'm not sure If I just have to edit their CFrame properties or use welds. Can anyone give me some tips? |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2013 10:47 PM |
| I don't think it's welds, but it might be motors. |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2013 10:47 PM |
| Setting the desired angles. |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2013 10:51 PM |
| Can you explain that a little bit? I haven't used Motor6D's or whatever they are |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2013 10:59 PM |
| For the SetDesiredAngle method would I just use a Vector3 value? |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2013 11:01 PM |
| Unofficial thread lock, I'm just going to start a new thread about Motors. |
|
|
| Report Abuse |
|
|
shonclub
|
  |
| Joined: 05 Sep 2009 |
| Total Posts: 1331 |
|
|
| 24 Aug 2013 11:02 PM |
| I don't think motor6D works anymore.. |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2013 11:31 PM |
Okay, it's definately NOT motors. Can someone explain how I would do it with welds? |
|
|
| Report Abuse |
|
|
shonclub
|
  |
| Joined: 05 Sep 2009 |
| Total Posts: 1331 |
|
|
| 24 Aug 2013 11:34 PM |
Ask LuaMax(Genius Scripter) I consider him a genius, he denies it tho o3o |
|
|
| Report Abuse |
|
|
|
| 24 Aug 2013 11:51 PM |
| Can anyone else help me in the time being? |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2013 12:18 AM |
idk if this will work cause i dont feel likke testing it but ill give it a go and mauybe you can fix it if it doesnt work properly
noob = game.Players.LocalPlayer.Character mouse = game.Players.LocalPlayer:GetMouse() while wait() do noob["Left Arm"].CFrame = CFrame.new(noob["Left Arm"].CFrame, mouse.Hit) end
|
|
|
| Report Abuse |
|
|
|
| 25 Aug 2013 12:29 AM |
| Im pretty sure you have to edit a weld in body part, not the body part's CFrame itself. |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2013 12:34 AM |
well im doing it it backwards instead of me seeing a script and i fix it i show you a script and you fix it.. ill probally end up fixxing it bcause i decided im inerestied in doing this now.... llol
sorry for bad typing on my friewnds laptop and key bored is really awkward |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2013 12:40 AM |
LOL here is your* broken script ask people to fix xD
noob = game.Players.LocalPlayer.Character mouse = game.Players.LocalPlayer:GetMouse() while wait() do noob.Torso["Right Shoulder"].C0 = CFrame.new(Vector3.new(1,1,1) * noob.Torso["Right Shoulder"].C0, mouse.Hit.p) end |
|
|
| Report Abuse |
|
|