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

How do you change your cursor do a decal?

Asked by 6 years ago

My scripts are outdated and will not work, I've been able to remove it but not change it so far. Decal won't work with it, and other scripts just do nothing. Can anyone help me?

1 answer

Log in to vote
0
Answered by
Mayk728 855 Moderation Voter
6 years ago

Simple. Just use Player:GetMouse().

local plr = game.Players.LocalPlayer
local mouse = plr:GetMouse()

mouse.Icon = 'rbxassetid://109251559' --Epic face
Ad

Answer this question