Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Pos = workspace.BINO2002.Torso.Position
- local Dir = workspace.murylloyago.Torso.Position
- local hit = workspace:findPartOnRay(Ray.new(Pos, (Dir - Pos).unit * 999))
- Instance.new("Message",workspace).Text = tostring(hit)..", Parent: "..tostring(hit.Parent)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement