Advertisement
BINO2002

Untitled

Feb 19th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local Pos = workspace.BINO2002.Torso.Position
  2. local Dir = workspace.murylloyago.Torso.Position
  3. local hit = workspace:findPartOnRay(Ray.new(Pos, (Dir - Pos).unit * 999))
  4. Instance.new("Message",workspace).Text = tostring(hit)..", Parent: "..tostring(hit.Parent)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement