of     1   

geckohero17
#138345630Friday, June 27, 2014 5:22 AM GMT

I was wondering what the number code is for Capslock? I looked into the wiki but it didn't list it, although I think it may be outdated. mouse.KeyDown:connect(function (key) -- Run function key = string.lower(key) if string.byte(key) == 9 then end end) I would have done Tab (9), but it doesn't seem to work because of the leaderboard. (Even though I disabled it)

    of     1