Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how do i change the cursor's decal?

Asked by 5 years ago

i tried using this script but it doesn't work, no matter where i place it (local script)

local mouse = game.Players.LocalPlayer : GetMouse ()
Mouse.Icon = 'rbxassetid://?240302586'

1 answer

Log in to vote
0
Answered by
Leamir 3138 Moderation Voter Community Moderator
5 years ago
Edited 5 years ago

Hello, aelzc!

Your code was almost correct

local mouse = game.Players.LocalPlayer:GetMouse ()
mouse.Icon = 'rbxassetid://240302586' --Variable had a different name... "Mouse" is not equals to "mouse"

Good Luck with your games

Ad

Answer this question