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

Cursor change. ?

Asked by 10 years ago

I found in a few games, your cursor can change. I would love to know the functions you can use to change it. How can you make your cursor give of fire and smoke?

1 answer

Log in to vote
2
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
10 years ago

You can't add Objects to the Mouse, but the other games change the Mouse's Icon.

Example:

p = game.Players.LocalPlayer
m = p:GetMouse()
m.Icon = "rbxasset://example" -- Not an actual icon name
Ad

Answer this question