I am making a Clicker game and I want to use the 'i' key to change mode. How can I do this???
you could do:
if keyboard.I then
// your script here //
end
and you would put that in the update function