lomo0987
|
  |
| Joined: 31 May 2008 |
| Total Posts: 2461 |
|
|
| 12 Aug 2014 01:44 AM |
Here is the script..
numb = script.Parent.Number
script.Parent.Parent.ClickDetector.MouseHoverEnter:connect(function(Player) stat = Player:FindFirstChild("GUI") stat.Value = numb.Value print(numb.Value + 5) end)
script.Parent.Parent.ClickDetector.MouseHoverLeave:connect(function(Player) stat = Player:FindFirstChild("GUI") stat.Value = 0 print(numb.Value + 5) end)
I don't know why it doesn't want to work, but when you Hover over the brick with the click detector, it does nothing. In Studio solo play it works 100%. |
|
|
| Report Abuse |
|
|
DataStore
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 8540 |
|
|
| 12 Aug 2014 02:17 AM |
| I just tried it and it worked fine. Make sure you haven't enabled 'Filtering' (Workspace -> FilteringEnabled). |
|
|
| Report Abuse |
|
|
lomo0987
|
  |
| Joined: 31 May 2008 |
| Total Posts: 2461 |
|
|
| 12 Aug 2014 04:25 AM |
| Unless roblox auto does it, it shouldn't enabled. |
|
|
| Report Abuse |
|
|
lomo0987
|
  |
| Joined: 31 May 2008 |
| Total Posts: 2461 |
|
|
| 12 Aug 2014 04:27 AM |
| LOL! It was on.. Great :/ Well.. Thankfully you helped me or else I wouldn't have noticed. |
|
|
| Report Abuse |
|
|