06-19-2011, 03:22 AM
Well, yeah..
Tools MouseUp event doesnt have the "button" thingie...
like
link(script.Parent.MouseUp,function(b,p)
print(b)
print(p)
end)
And when pressed left mouse button, it should print
>1
>0.0,0.0
But, what it prints is..
>0.0,0.0
>nil
I think this is a bug, since even wiki says it should return the "Button" :o
Tools MouseUp event doesnt have the "button" thingie...
like
link(script.Parent.MouseUp,function(b,p)
print(b)
print(p)
end)
And when pressed left mouse button, it should print
>1
>0.0,0.0
But, what it prints is..
>0.0,0.0
>nil
I think this is a bug, since even wiki says it should return the "Button" :o