Posted 06 December 2013 - 06:43 PM
I can't seem to get mouse clicking to work!
here is the code:
I may be going about this all wrong, but we will see…
here is the code:
while event ~= "mouse_click" do
local event, button, x, y = os.pullEvent()
end
I may be going about this all wrong, but we will see…