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

is it possible to make a light that follows mouse cursor?

Asked by 3 years ago

For example: If i wanted to attach point light to a mouse cursor (Witch is not possible i know) I want the light to follow ur mouse cursor while in a screen gui. I already made a custom mouse cursor that glows to give it more of a light effect but not sure if it's even possible to add light to a mouse cursor.

0
um diego23202 0 — 3y
0
It's not possible to make a mouse cursor glow. It is possible to have an image label follow it to give off the illusion of glowing. radiant_Light203 1166 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

If you want to change the mouse image, you can use https://developer.roblox.com/en-us/api-reference/property/Mouse/Icon

If that is not what you're looking for; since it's a ScreenGui, do you want to get a sort of image label that represents a glow and follows the mouse?

I think this wiki from the developers page shows an example of that: https://developer.roblox.com/en-us/api-reference/function/UserInputService/GetMouseLocation

Ad

Answer this question