if(input.UserInputType == Enum.UserInputType.MouseMovement)then
doSomething()
end
This only works once and then randomly works every 20 or so tries. I put the BillboardGui into the PlayerGui to attempt and fix the issue yet it still doesn’t work. MouseEnter does the same thing.