diddims4
|
  |
| Joined: 18 Feb 2010 |
| Total Posts: 884 |
|
|
| 05 Oct 2013 06:16 AM |
function mouseh() script.Parent.Image = "http://www.roblox.com/asset/?id=131527554" --Change to white end
script.Parent.MouseHoverEnter:connect(mouseh) |
|
|
| Report Abuse |
|
|
Geodesic
|
  |
| Joined: 02 Jun 2013 |
| Total Posts: 998 |
|
|
| 05 Oct 2013 06:27 AM |
mousehoverenters only work with parts
function mouseh()
script.Parent.Image = "http://www.roblox.com/asset/?id=131527554" --Change to white end
script.Parent.MouseEnter:connect(mouseh)
|
|
|
| Report Abuse |
|
|
diddims4
|
  |
| Joined: 18 Feb 2010 |
| Total Posts: 884 |
|
| |
|