tdog, what you're saying is absurd, man...
"function TR(K)
--Blahblahblah
end
M.KeyDown:connect(function() TR(K) end)"
Uhm, that script is already broken.
I'll fix it and add the mouse.
function TR(M, K)
-- Trolololol
end
M.KeyDown:connect(function(K) TR(M, K) end)
Notice how I passed two arguments to the TR function. =P |