Japzel
|
  |
| Joined: 25 Jun 2012 |
| Total Posts: 46 |
|
|
| 31 May 2014 12:21 PM |
If anyone can make this, or give me something to start off much appreciated. The tool is intended to be able to move a brick 'Part' named 'Gold' around, much like the move tool, only specific to purpose. Please&Thanks. |
|
|
| Report Abuse |
|
|
|
| 31 May 2014 12:25 PM |
grabbed = false m = game.Players.LocalPlayer:GetMouse() m.Button1Down:connect(function() if grabbed == false and m.Target then if m.Target.Name == "Gold" then grabbed = true m.Move:connect(function() if grabbed == true then m.Target.CFrame = CFrame.new(m.hit.X,m.hit.Y+(m.Target.Size.Y/2),m.hit.Z) end end) elseif grabbed == true then grabbed = false end end)
Might work. |
|
|
| Report Abuse |
|
|
Japzel
|
  |
| Joined: 25 Jun 2012 |
| Total Posts: 46 |
|
|
| 31 May 2014 01:16 PM |
Attempted that script, but it kept dragging other parts with it, and freaking the camera out. Can anyone else help?
Willing to pay 150robux for the tool full functioning. |
|
|
| Report Abuse |
|
|