Hey,
I wanted to know why: [PARENTED TO StarterPlayerScripts
]
local mouse = script.Parent.Parent:GetMouse()
mouse.Icon = "rbxasset://SystemCursors/Cross"
doesn’t work. All I see is the default white cursor.
Thanks.
Hey,
I wanted to know why: [PARENTED TO StarterPlayerScripts
]
local mouse = script.Parent.Parent:GetMouse()
mouse.Icon = "rbxasset://SystemCursors/Cross"
doesn’t work. All I see is the default white cursor.
Thanks.
Probably a system error, whatever, I’ll find a solution.
SystemCursors is only available for PluginMouse.
For more information, please see the DevHub article: Mouse | Roblox Creator Documentation
Note that these only work for studio plugins; they will not work for other
Mouse
objects.
You can use these assets instead:
Preview | Content URL |
---|---|
![]() |
rbxasset://textures/Cursors/KeyboardMouse/ArrowCursor.png |
![]() |
rbxasset://textures/Cursors/KeyboardMouse/ArrowFarCursor.png |
![]() |
rbxasset://textures/Cursors/KeyboardMouse/IBeamCursor.png |
![]() |
rbxasset://textures/Cursors/CrossMouseIcon.png |
![]() |
rbxasset://textures/Cursors/mouseIconCameraTrack.png |
![]() |
rbxasset://textures/Gamepad/Pointer.png |
![]() |
rbxasset://textures/Gamepad/PointerOver.png |
You may also be interested in these legacy cursors:
Preview | Content URL |
---|---|
![]() |
rbxasset://textures/ArrowCursor.png |
![]() |
rbxasset://textures/ArrowFarCursor.png |