Default gun cursor mouse icon

  1. What do you want to achieve?
    Use roblox default mouse gun cursor icon

  2. What is the issue?
    I can’t access Roblox directory

  3. What solutions have you tried so far?
    I’ve searched the DevForum.

I cannot figure out how to get to Roblox directory”App/Data/Local/Roblox/Versions/[Version]/content/textures” to get the asset ID of this cursor. I have read developer and watched tutorials but none helped in getting this cursor. I have used a free custom cursor but I would like to be able to use Roblox directory.
White_Pointer

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

-- This is an example Lua code block

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

Please do not post with so much boilerplate info in the future, be direct with what you’re asking for. From your post, it is unclear what you want exactly.

1 Like

Hey there,
After a quick look at the old Roblox Gear, I got your solution right here:
rbxasset://textures/GunCursor.png
Then there’s also the cursor for when you’re reloading:
rbxasset://textures/GunWaitCursor.png

Getting rid of the custom cursor, you just need to set the Mouse.Icon value to false

Thanks for reaching out to the forum to get your problem solved, hope you haven’t given up on it yet. Though as viindicater stated, for your next post you would probably want to get rid of the helping pointers so it just shows your input. Ps. Mark this reply as the solution if I solved your issue :wink:

10 Likes

Never access the directory directly. This is what the rbxasset ContentId is for.

3 Likes

Sorry about boilerplate. I thought I was following instruction on how to submit a new topic. I will be more succinct next time. Thanks.

1 Like