You simply just drop it into the StarterGui and then when the player presses select it disables their controls (you must be using the new PlayerScripts layout) & puts a cursor in the middle of the screen which can then be moved around with the left trigger.
The first option is Cursor, and you have these six options to choose from:
How can I change the Shiftlock Icon?
Here are the steps you need to take if you want to change your cursor back to the original design by yourself: 1 Open the Roblox Player file location 2 Open the folder labeled 'Content' 3 Open the folder labeled 'Textures' 4 Copy the 'ArrowFarCursor' and 'ArrowCursor' images 5 Open the folder labeled 'Cursors' within the 'Textures' folder 6 Open the folder labeled 'KeyboardMouse' 7 Paste the files you copied into this folder 8 Relaunch Roblox to see your cursor updated to the 2013 version
Roblox has routinely changed their cursor over the years and recently players have seen another update. The big question on everyone’s mind is whether or not it can be changed back to the former design, as many people often have issues when a platform makes changes to its interface. Even if you are obsessed with the new update you might still be ...
colbert2677 (colbert2677) April 25, 2019, 6:16pm #8. For security reasons, this is not allowed. You can change the Icon property of PlayerMouse, though that will still be overridden by the Gui engine upon hovering over a GuiButton.
The current method for permanently changing the on-screen mouse icon (so even a textbutton won’t change it. Yes changing active can keep it the same when hovered but not when clicked) is making an imagelabel track it which seems inefficient.