Run an and in an if statement eg:

if IsControlJustPressed(0, 0) and IsControlJustPressed(0, 0) then
   -- do shit
end
1 Like