of     1   

roundzombie4
#62736085Sunday, February 12, 2012 3:04 AM GMT

ok so if my mouse cursor hit a certain brick and i'm a certain distance away and then a local script goes in my curent gun how would i do that and i'm not using a click detector so if your gonna say that don't ask cause your gonna get only 1 answer NO
roundzombie4
#62736674Sunday, February 12, 2012 3:15 AM GMT

nvm i think i got it
mage11561
#62736962Sunday, February 12, 2012 3:20 AM GMT

Tool = script.Parent Handle = Tool.Handle Tool.Equipped:connect(function(mouse) mouse.MouseButton1Down:connect(function() if (mouse.Target-Handle).magnitude < # then --replace # with stud distance --insert scripts here end) end)

    of     1