
Pack de cursores
Cute Astronaut
You can afford to go into outer space with our collection of custom cursors for Chrome. A well-designed custom cute astronaut mouse cursor from our collection of custom space fiction mouse cursors.

Pack de cursores
You can afford to go into outer space with our collection of custom cursors for Chrome. A well-designed custom cute astronaut mouse cursor from our collection of custom space fiction mouse cursors.
Descarga el archivo o copia CSS y código de Roblox listos con el hotspot correcto.

Descarga el archivo o copia el código para tu web o Roblox.
Pega este CSS en tu hoja de estilos. Las coordenadas del hotspot ya están incluidas.
.custom-cursor {
cursor: url('https://cute-cursor.com/cdn/packs/277/arrow.svg') 30 0, auto;
}Sube la imagen a Roblox, reemplaza YOUR_ASSET_ID y pega este LocalScript.
-- Roblox custom cursor
-- Image URL: https://cute-cursor.com/cdn/packs/277/arrow.svg
-- Hotspot: 30, 0
-- Size: 128x128
-- 1. Upload the image to Roblox and copy rbxassetid
-- 2. Replace YOUR_ASSET_ID below
-- 3. Put this LocalScript in StarterPlayer > StarterPlayerScripts
local UserInputService = game:GetService("UserInputService")
local RunService = game:GetService("RunService")
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local playerGui = player:WaitForChild("PlayerGui")
local HOTSPOT_X = 30
local HOTSPOT_Y = 0
local CURSOR_WIDTH = 128
local CURSOR_HEIGHT = 128
local screenGui = Instance.new("ScreenGui")
screenGui.Name = "CustomCursorGui"
screenGui.ResetOnSpawn = false
screenGui.IgnoreGuiInset = true
screenGui.DisplayOrder = 999999
screenGui.Parent = playerGui
local cursor = Instance.new("ImageLabel")
cursor.Name = "CustomCursor"
cursor.BackgroundTransparency = 1
cursor.Size = UDim2.fromOffset(CURSOR_WIDTH, CURSOR_HEIGHT)
cursor.Image = "rbxassetid://YOUR_ASSET_ID"
cursor.ZIndex = 999999
cursor.Parent = screenGui
UserInputService.MouseIconEnabled = false
RunService.RenderStepped:Connect(function()
local mouseLocation = UserInputService:GetMouseLocation()
cursor.Position = UDim2.fromOffset(mouseLocation.X - HOTSPOT_X, mouseLocation.Y - HOTSPOT_Y)
end)
Descarga el archivo o copia el código para tu web o Roblox.
Pega este CSS en tu hoja de estilos. Las coordenadas del hotspot ya están incluidas.
.custom-pointer {
cursor: url('https://cute-cursor.com/cdn/packs/277/hand.svg') 15 0, pointer;
}Sube la imagen a Roblox, reemplaza YOUR_ASSET_ID y pega este LocalScript.
-- Roblox custom cursor
-- Image URL: https://cute-cursor.com/cdn/packs/277/hand.svg
-- Hotspot: 15, 0
-- Size: 128x128
-- 1. Upload the image to Roblox and copy rbxassetid
-- 2. Replace YOUR_ASSET_ID below
-- 3. Put this LocalScript in StarterPlayer > StarterPlayerScripts
local UserInputService = game:GetService("UserInputService")
local RunService = game:GetService("RunService")
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local playerGui = player:WaitForChild("PlayerGui")
local HOTSPOT_X = 15
local HOTSPOT_Y = 0
local CURSOR_WIDTH = 128
local CURSOR_HEIGHT = 128
local screenGui = Instance.new("ScreenGui")
screenGui.Name = "CustomCursorGui"
screenGui.ResetOnSpawn = false
screenGui.IgnoreGuiInset = true
screenGui.DisplayOrder = 999999
screenGui.Parent = playerGui
local cursor = Instance.new("ImageLabel")
cursor.Name = "CustomCursor"
cursor.BackgroundTransparency = 1
cursor.Size = UDim2.fromOffset(CURSOR_WIDTH, CURSOR_HEIGHT)
cursor.Image = "rbxassetid://YOUR_ASSET_ID"
cursor.ZIndex = 999999
cursor.Parent = screenGui
UserInputService.MouseIconEnabled = false
RunService.RenderStepped:Connect(function()
local mouseLocation = UserInputService:GetMouseLocation()
cursor.Position = UDim2.fromOffset(mouseLocation.X - HOTSPOT_X, mouseLocation.Y - HOTSPOT_Y)
end)Más packs de cursores de la categoría Space Astronauts y estilos similares.
10 packs de cursores relacionados
Gratis en Chrome. Instala la extensión y pulsa «Añadir» en cualquier cursor.
Instalar en Chrome¡Instala nuestra extensión gratuita de Chrome para personalizar tu cursor!
¡Añadido correctamente!
Gracias por usar Cursors for Browser
¡Instala nuestra extensión gratuita de Chrome para personalizar tu cursor!
Instalar en ChromeSupport the project. Leave 5 stars and a positive review.
Para usar cursores personalizados, instala una de nuestras extensiones de Chrome:
Pasos de instalación: