Fedorakid
|
  |
| Joined: 17 Jul 2010 |
| Total Posts: 7079 |
|
|
| 19 Aug 2013 10:27 AM |
local hit, position = game.Workspace:FindPartOnRay(ray, user)
From the wiki, what does the hit and position variable do? |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2013 10:28 AM |
| Hit should be the part that gets hit.. and Position is the position where the ray ended. |
|
|
| Report Abuse |
|
|
|
| 19 Aug 2013 10:28 AM |
hit is the part it collided with position is the position where it collided |
|
|
| Report Abuse |
|
|
Fedorakid
|
  |
| Joined: 17 Jul 2010 |
| Total Posts: 7079 |
|
| |
|