After looking around the Wiki, I came across the "Mouse" object page for how to index keys and all that. However, after looking at the "KeyDown" event, it says that mouse needs to be defined. After some more looking about, I came across the "GetMouse()" method.
How do you properly use GetMouse()
inside a LocalScript?