Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is mouse.Move() not deprecated?

Asked by 4 years ago

In my specific situation, I cant really use UserInputService so i was thinking whether i could use mouse.Move(). The wiki didnt mention it but it does that a lot.

0
this is basically free rep guys pls help TheluaBanana 946 — 4y

1 answer

Log in to vote
1
Answered by 4 years ago

https://developer.roblox.com/api-reference/event/Mouse/Move

This Article from developer.roblox.com shows no signs of deprecation stated on the Event. So No, Mouse.Move() Is not deprecated but it is reccomended to use UserInputService as a better alternative.

0
well, i was trying to avoid a conclusion based on info from the wiki without any external backup but since ur the first guy to answer here u go TheluaBanana 946 — 4y
0
The wiki has all the answers, don't know why you wouldn't want opinions based on it. Psudar 882 — 4y
0
Psudar the website says "Some Developers reccomend using userinputservice as an alternative to mouse.move()" (although the quote is inaccurate it still explains basscially what is reccomended). MarkHasReset 77 — 4y
Ad

Answer this question