How do i get this custom cursor?

So im trying to set default cursor to this:

image

i do know how to change icon with a script but where do i get this cursor png from? or is it built in roblox thing?

You can just make a screen gui that centers an image like that in the middle (you can find those images on the toolbox and on google). And then use UserInputService.MouseIconEnabled = false to disable the default mouse

2 Likes

That worked, for anyone wondering i found cursor image from toolbox.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.