Aperçu du curseur : Domino - 1 - cute-cursor.com

Pack de curseurs

Domino

Marvel VillainsAdded 67 times

Domino is a Marvel Series Outfit in Fortnite. There is a custom cursor with a character weapon and a Domino as a hover in a set of Fortnite cursors for Chrome.

Ajouter à l'extension

Domino is a Marvel Series Outfit in Fortnite. Well-designed Domino cursor for mouse will be loved by Fortnite fans. There is a custom cursor with a character weapon and a Domino as a hover in a set of Fortnite cursors for Chrome.

Fichiers curseur

Téléchargez le fichier ou copiez le CSS et le code Roblox prêts à l'emploi avec le bon hotspot.

Curseur - 1 - cute-cursor.com

Curseur

Téléchargez le fichier ou copiez le code pour votre site ou Roblox.

Télécharger le curseur pour Roblox

Collez ce CSS dans votre feuille de style. Les coordonnées du hotspot sont déjà incluses.

.custom-cursor {
  cursor: url('https://cute-cursor.com/cdn/packs/539/arrow.svg') 55 0, auto;
}

Importez l'image dans Roblox, remplacez YOUR_ASSET_ID, puis collez ce LocalScript.

-- Roblox custom cursor
-- Image URL: https://cute-cursor.com/cdn/packs/539/arrow.svg
-- Hotspot: 55, 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 = 55
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)
Pointeur - 2 - cute-cursor.com

Pointeur

Téléchargez le fichier ou copiez le code pour votre site ou Roblox.

Télécharger le pointeur pour Roblox

Collez ce CSS dans votre feuille de style. Les coordonnées du hotspot sont déjà incluses.

.custom-pointer {
  cursor: url('https://cute-cursor.com/cdn/packs/539/hand.svg') 11 0, pointer;
}

Importez l'image dans Roblox, remplacez YOUR_ASSET_ID, puis collez ce LocalScript.

-- Roblox custom cursor
-- Image URL: https://cute-cursor.com/cdn/packs/539/hand.svg
-- Hotspot: 11, 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 = 11
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)
100 % gratuit

Get the Cursor Changer extension

Gratuit sur Chrome. Installez l'extension, puis cliquez sur « Ajouter ».

Installer sur Chrome