Crosshair and finding asset id

Hi, I am trying to script a gun system and I’m still at the beginning, but I am trying to make a crosshair but I dont know how to set Mouse icon and how to find an asset ID, does anyone know how to do these?

1 Like

I don’t recommend using mouse icon changing for a fps game but here: Mouse | Documentation - Roblox Creator Hub

The only reason I don’t recommend doing this is because it is easier to tween

You can do

mouse.Icon = "http://www.roblox.com/asset?id=".. the decal id here
2 Likes

Here is a list of good crosshairs I found for you while I was playing Counter Blox: CB:RO Crosshairs - Pastebin.com

2 Likes

Also make sure the decal you chose is an asset inside roblox otherwise it won’t work. Doesn’t matter if it is on sale or not.