Link5659
|
  |
| Joined: 04 Jun 2012 |
| Total Posts: 4525 |
|
|
| 23 Jul 2015 07:11 PM |
Is there a way to change the click detector "click icon" or a script to change it.. |
|
|
| Report Abuse |
|
|
instawin
|
  |
| Joined: 04 Jun 2013 |
| Total Posts: 8777 |
|
|
| 23 Jul 2015 07:16 PM |
local mouse = game.Players.LocalPlayer:GetMouse()
local p = worskpace.Part local cd = p.ClickDetector
local oldIcon = mouse.Icon
cd.MouseHoverEnter:connect(function() mouse.Icon = "rbxassetid://yourid" end)
cd.MouseHoverLeave:connect(function() mouse.Icon = oldIcon end)
put that in a local script, make sure you yield for the part and clickdetector though |
|
|
| Report Abuse |
|
|
Link5659
|
  |
| Joined: 04 Jun 2012 |
| Total Posts: 4525 |
|
|
| 23 Jul 2015 08:02 PM |
| thanks anyways welp Roblox crashed ad I lost 5 hours worth of work it was literally a full game lost errrr |
|
|
| Report Abuse |
|
|