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?
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