When you equip a tool, every click's position is supposed to be printed, but it doesn't, and no error comes up?
This is inside a LocalScript inside a tool.
1 | script.Parent.Equipped:connect( function (mouse) |
2 | mouse.Button 1 Down:connect( function () |
3 | print (mouse.Hit.p) |
4 | end ) |
5 | end ) |
Hey obcdino,
~~ KingLoneCat