Yup, you do this:
In your while true do loop put this code just below:
Now, below that put this:Code:pad = Controls.read()
you can of course change cross and square to what ever buttons you want.Code:if pad:cross() and pad:square then
action here
end
