06-19-2011, 09:37 AM
(This post was last modified: 06-19-2011, 09:41 AM by 2Drobloxrocker64.)
I'll try this with...
function onMouseUp(a,b)
print(a)
print(b)
end
link(script.Parent.MouseUp, onMouseUp)
Yep, won't work...
Or maybe the wiki itself was wrong?
function onMouseUp(a,b)
print(a)
print(b)
end
link(script.Parent.MouseUp, onMouseUp)
Yep, won't work...
Or maybe the wiki itself was wrong?