UserInputService.InputBegan:connect(function(input, GPE)
print(1)
if GPE then return end
print(2)
end)
Using my scroll wheel doesn’t print 1 or 2. It prints for clicking, keys, etc. Figured mouse wheel was an input as there’s this:
if input.UserInputType == Enum.UserInputType.MouseWheel then