Scyber
|
  |
| Joined: 21 Jun 2011 |
| Total Posts: 350 |
|
|
| 22 Jul 2015 10:40 PM |
| I made a script to give my cursor a custom look, but whenever I mouse over a GUI object the cursor changes back to that black one with the white outline. Is there some way I make it so that my cursor will stay the way I want it? |
|
|
| Report Abuse |
|
|
|
| 22 Jul 2015 10:58 PM |
try dis, localscript in StarterGui
repeat wait() until game:getService("Players").LocalPlayer
local Mouse = game:GetService("Players").LocalPlayer:GetMouse()
game:GetService("RunService").RenderStepped:connect(function() Mouse.Icon = "ID" end) |
|
|
| Report Abuse |
|
|
Scyber
|
  |
| Joined: 21 Jun 2011 |
| Total Posts: 350 |
|
|
| 22 Jul 2015 11:03 PM |
| No, but thank you for the effort. I'm guessing it's just a Roblox thing :I |
|
|
| Report Abuse |
|
|
| |
|
|
| 23 Jul 2015 12:14 AM |
Why are your guy's name so awesome.
|
|
|
| Report Abuse |
|
|