|
| 17 May 2015 11:19 AM |
So if you have a touch function it would be hit.Parent, what if i want to find the character that clicked while holding a tool? IS there a command for that?
|
|
|
| Report Abuse |
|
|
RoflBread
|
  |
| Joined: 18 Jun 2009 |
| Total Posts: 3803 |
|
|
| 17 May 2015 11:30 AM |
| Tools get placed into characters when equipped, so knowing that you'd use character = tool.Parent |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 17 May 2015 11:54 AM |
local player = game.Players:GetPlayerFromCharacter(hit.Parent)
you would have to use a local script to get the mouse of the player |
|
|
| Report Abuse |
|
|
|
| 17 May 2015 11:55 AM |
| Thanks man didnt realize that i thought they were just placed in the players backpack |
|
|
| Report Abuse |
|
|