Anaminus / roblox-bug-tracker

Formerly an unofficial bug tracker for Roblox.
33 stars 24 forks source link

Delta X and Delta Y for Mouse Movement no longer change when using UserInputService #836

Closed JasonTheOwner closed 7 years ago

JasonTheOwner commented 7 years ago

UserInputService results delta X and delta Y as illustrated in this link, no longer work:

http://wiki.roblox.com/index.php?title=API:Class/UserInputService/MouseBehavior

Uncopy locked proof:

https://www.roblox.com/games/749981875/Delta-X-and-Delta-Y-UserInputService-bug-Demonistr

See console for feedback - delta X and Y remain at 0 (zero) when moving the mouse around the screen. This breaks a lot of scripted guns using UserInputService to animate and aim.

JasonTheOwner commented 7 years ago

Posted Issue here - https://github.com/Roblox/Core-Scripts/issues/840