So you know the in game mouse roblox provides, i know how to change its icon, i know how to detect its position and see what stuff it left clicks. But i cant move it via a local script
I already have a function that determines whether the client is on mobile or on pc. Yes i intend my game to be for pc players only
I searched everywhere on the dev forum and even youtube. But found nothing about moving the actual mouse itself
It moves only when i move my mouse (which is understandable)
Pretty sure it’s impossible to move the cursor but you could hide the current cursor, make your own cursor that goes to the mouse position and you can move that cursor however you want.