MouseTouch Handler

!!Hello everybody!!

What is MouseTouch Handler used for?

I am releasing a handler for mouse touch needs called, the MouseTouch handler! For things such as making clicks on mobile easier and faster. It will be useful when you want to make clicks accurate and precise. So I took some time in making it so it’ll work great. It is simple to use just a couple of steps.

Here’s an example

local MouseModule = require(ReplicatedStorage:WaitForChild("MouseHandler"))

local NewHandler = MouseModule.new()

local PositionVect2,PositionVect3 = NewHandler:GetMouse()
-- first item is the position on where the mouse is on the screen 
-- the second item is the position where the mouse is in the world

To use this all you need to do is require it, and make the new handle. After you will want to get the mouse by using the get mouse function.
-I might add more things to this Handler in the future so you can expect some updates!

Download

You can get it here: MouseHandler - Roblox

Btw. This is my second time making a resource so give some feedback if you can!

3 Likes

It’s off-sale. We cannot view the source code or use it for ourselves.

Oh sorry thank you for telling me, its changed now.