About 125,000 results
Open links in new tab
  1. How to create a custom mouse cursor and a custom clickdetector …

    Jun 30, 2023 · Customize it similarly to the custom mouse cursor (By this I mean the Size and Position and etc), but give it a different image or design to differentiate it from the regular cursor.

  2. Custom Cursor - Change your Cursor (OPEN SOURCE)

    Aug 4, 2020 · Custom Cursor is a plugin thats lets you change your Cursor. See it in Action How to use Custom Cursor: Go to the plugin tab, then open the Custom Cursor GUI. An Widget will …

  3. How to make a Custom Cursor - Scripting Support - Roblox

    Jul 26, 2022 · How would I change the default Roblox cursor to my own image?

  4. How To Change a Player's Mouse Icon (Quick Tutorial #2)

    May 27, 2025 · This is a very quick read on how to change a player’s mouse cursor in Roblox Studio! Short Breakdown Actual Tutorial Script For Lazy Readers Thank you for reading, and …

  5. Custom ripple mouse cursor - Community Tutorials - Roblox

    May 23, 2025 · Hello Devforum! I have a tutorial on how to make a custom ripple mouse cursor that looks very cool! Before we get started, create a localscript under StarterPlayerScripts and …

  6. Oversized Custom Mouse Cursor Help - Scripting Support - Roblox

    Sep 23, 2024 · I’m trying to make a custom cursor but it’s really big, and I don’t want to lower the size of the picture itself because it will be really low quality: I have the script that adds the …

  7. KiwiCursor | A customizable, feature packed mouse and GUI

    Mar 9, 2025 · KiwiCursor is a heavily customizable mouse that also has a lot of useful features, it also contains features not added to the current mouse such as better billboard support, better …

  8. How to make custom mouse icon? - Scripting Support - Roblox

    Dec 11, 2019 · Hi, I’m trying to make a custom mouse icon, and I don’t know how to do it or how to start. Any help please?

  9. Custom Mouse Cursor - Scripting Support - Developer Forum

    Sep 7, 2024 · Hello, in the project I’m working on I need a dot as the mouse cursor (the project will be in first-person). I’ve tried multiple solutions, but none work fully, as the mouse cursor …

  10. I can't figure out how to make a custom mouse cursor

    Dec 30, 2024 · game.Players.LocalPlayer:GetMouse().Icon = "rbxassetid://123456789" Make it a local script, replace the ID with the icon you want, and put it in StarterGui. I do that and it …