List of built in roblox images/textures

While using roblox studio, you have likely encountered default image icon URLs such as rbxasset://textures/face.png for the default face:

image

For convenience, I have compiled a list of all the ones I could locate sorted by what they are.
(May not be up to date depending on when you are reading this)

Here are all the icons:
Note: I missed a few. These are the ones which I think would be most useful.

Cursors

Normal:

  • Normal: rbxasset://textures/ArrowCursor.png
  • Normal Drag: rbxasset://textures/ArrowCursorDecalDrag.png
  • Arrow Far Cursor: rbxasset://textures/ArrowFarCursor.png
  • I Cursor: rbxasset://textures/IBeamCursor.png

Movement:

  • Advanced movement: rbxasset://textures/advancedMove.png
  • Closed hand advanced movement: rbxasset://textures/advClosed-hand.png
  • Open hand advanced movement: rbxasset://textures/advCursor-openedHand.png
  • Default advanced movement: rbxasset://textures/advCursor-default.png
  • White default advanced movement: rbxasset://textures/advCursor-white.png

Actions:

  • Anchor: rbxasset://textures/AnchorCursor.png
  • Unanchor: rbxasset://textures/UnAnchorCursor.png
  • Paint: rbxasset://textures/FillCursor.png
  • Material: rbxasset://textures/MaterialCursor.png
  • Flat: rbxasset://textures/FlatCursor.png
  • Glue: rbxasset://textures/GlueCursor.png
  • Hinge: rbxasset://textures/HingeCursor.png
  • Lock: rbxasset://textures/LockCursor.png
  • Unlock: rbxasset://textures/UnlockCursor.png
  • Weld: rbxasset://textures/WeldCursor.png
  • Contraint: rbxasset://textures/ConstraintCursor.png

In game:

  • Shift/mouse lock: rbxasset://textures/MouseLockedCursor.png
Shapes & Symbols

Shapes:

  • Triangle: rbxasset://textures/triangle.png
  • White circle: rbxasset://textures/whiteCircle.png
  • Small white circle: rbxasset://textures/smallWhiteCircle.png

Avatar:

  • Default face: rbxasset://textures/face.png

Currency:

  • Robux icon (old): rbxasset://textures/icon_ROBUX.png
  • Robux icon, larger (old): rbxasset://textures/icon_ROBUX@2x.png

Effects:

  • Sparkle: rbxasset://textures/sparkle.png
  • Explosion: rbxasset://textures/explosion.png
  • Gradient: rbxasset://textures/gradient.png
  • Glow: rbxasset://textures/glow.png

Other:

  • Translate icon (light): rbxasset://textures/translateIcon.png
  • Translate icon (dark): rbxasset://textures/translateIconDark.png
  • Loading circle (light theme): rbxasset://textures/LightThemeLoadingCircle.png
  • Loading circle (dark theme): rbxasset://textures/DarkThemeLoadingCircle.png
Textures & Grids

Grids:

  • 2 studs: rbxasset://textures/grid2.png
  • 4 studs: rbxasset://textures/grid4.png
  • 16 studs: rbxasset://textures/grid16.png

Textures:

  • Mesh Part Texture: rbxasset://textures/meshPartFallback.png

Note: I have not tested to see if all of these work outside of roblox (in the roblox player); however, I think most of the textures, effects and avatar ones will.

If I missed any or any of these do not work, please let me know.
Hope this helps in some way :slight_smile:

13 Likes

Very useful and handy to have, thank you!

Reference images would be nice

4 Likes