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

How do i freeze the mouses position?

Asked by 6 years ago

I have tried doing it but to no avail. (Its not even worth showing what i tried because it doesnt work and makes no sense in the first place)

0
you can try to use the mouse lock Leamir 3138 — 6y
0
Mouse lock as in the ingame feature in settings or on studio coding? LordOfWatermelons 27 — 6y
0
i found something called LockCurrentPosition but have no idea on how to use it    http://wiki.roblox.com/index.php?title=API:Enum/MouseBehavior LordOfWatermelons 27 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

The mouse is read-only, meaning that you cannot write any data to it. For instance: you can't tell the mouse to move to a certain position on the screen. The only properties I know of that you can change is the appearance, as well as the TargetFilter.

Read here for more info! https://wiki.roblox.com/index.php?title=API:Class/Mouse

0
Or mouse lock Leamir 3138 — 6y
Ad

Answer this question