What is the "Roblox" KeyCode?

So, I was browsing the keycode documentation, but I don’t know what key 35 and 47 are. The documentation says they are “The Roblox Education - Code and make games with Roblox key”, but in the script editor it says one of the keys is zero.

This is shown here:

KeyCode (roblox.com)

I believe this is a broken link that needs to be fixed, but while on the topic of KeyCodes, what are the World0 to World95 keys used for, and what are they? Is there a general use case for them?

1 Like

I think this will answer your question :slight_smile:
https://devforum.roblox.com/t/what-are-the-inputs-world0-to-world95-used-for/222976/5

2 Likes

That looks like a HTML formatting issue.

35 is ‘Hash’ (#).
47 is ‘Slash’ (/).

3 Likes