[V.1.0.5] 🖱️ Cursor+

[BETA] :computer_mouse: Cursor+

V.1.0.5

Made By: @rytansall

📆 Update Logs

V.1.0.5

  • Implemented Hovering for TextBoxes.

  • Implemeneted Hovering for SurfaceGui Gui-Objects.

  • Added Rotation Option.

  • Added LICENSE Agreement.

  • Hotfixes.

🤔What is Cursor+
  • Cursor+ is a script that replaces the :GetMouse() function with actual options the function doesn’t have, and also a better hovering system than the function.

  • It works by inserting a UI into your PlayerGui, then making an ImageLabel inside the UI that is the “Cursor”. After that, the ImageLabel goes to your Cursor position Precisely using RunService.RenderedStepped.

  • The Cursor+ Hovering System supports UI Buttons, TextBoxes, and Click Detectors.

  • You may also change the logic of the script however you like.

  • Credits are not required for this script.

  • Here are the Customization Variables or also known as the Settings:

local MOUSE_ENABLED = true
local MOUSE_ICON = 123921395
local MOUSE_ROTATION_DEGREES = 0
local MOUSE_HOVER_ICON = 9826609769
local MOUSE_TEXTBOX_ICON = 4459364147
local MOUSE_ANCHOR_POINT = Vector2.new(0.5, 0.5)
local MOUSE_PIXELATED = false
local MOUSE_TRANSPARENCY = 0
local MOUSE_SCALE = 75
local MOUSE_COLOR = Color3.fromRGB(255, 255, 255)
❔Frequently Asked Questions
  • Q: Is this under the M.I.T License?

  • A: Yes. Do not upload any copies of this script publicly. It is ok to share this privately, but make sure you credit me when sharing privately.

  • Q: When will this get out of Beta?

  • A: This will get out of Beta if Developers are satisfied with the script.

đź“•Summary
  • If you have any questions, concerns, or anything you want to bring up with this system, just post it down below!

6 Likes