Custom mouse cursor for game client (i didn't know what category to put this in)

Hi! I’m back!
I haven’t posted in a while. Also I didn’t know what category to put this is so please don’t get mad.

As you probably didn’t know (if you did then I am wondering how), I am obsessed with customizing everything and anything to my liking.

I don’t like the roblox cursor.

How do I make it the same as my Windows cursor?

(windows 10, roblox game client - exe file)

thanks

(again, i didn’t know what category to put this in)

5 Likes
--CODED BY V1SIONUSE--
--PUT INSIDE STARTERPLAYERSCRIPTS--

local Players = game:GetService("Players")

local player = Players.LocalPlayer

local mouse = player:GetMouse()

mouse.Icon = "rbxassetid://13335399499"
4 Likes

Why did you even watermark this??

This is the simplest of code

6 Likes

LMFAOOOOOOOOOO YOU ACTUALLY WATERMARKED IT??? Ok jokes aside this is the simplest bit of code so why would you even do that

4 Likes

I was talking about doing so without using scripts. Also why would you watermark such a simple piece of code?

1 Like

You can modify the cursors in the %appdata%, local, blah blah blah
image

I tested it, and it works, but you might have to add it to multiple roblox versions before you find the right version that actually works. It will also probably break every time roblox updates

The path
C:\Users[WINDOWS USER]\AppData\Local\Roblox\Versions[ROBLOX VERSION]\content\textures\Cursors\KeyboardMouse

Also, it needs to be 64x64 pixels for it to work properly I think

1 Like