|
| 30 May 2015 07:45 PM |
| Do you know how to make so that if the mouse goes over the part, it will have a little selection box on it? |
|
|
| Report Abuse |
|
|
| |
|
|
| 30 May 2015 07:58 PM |
bump#2
Update: Can you make me a script? |
|
|
| Report Abuse |
|
|
| |
|
|
| 30 May 2015 09:30 PM |
___________ | | ___ | |___| |_ | 1 | | ( ͡° ͜ʖ ͡°) - im thomas the train |_________________| OOOOOOOOOOOOOOOOOOO |
|
|
| Report Abuse |
|
|
|
| 30 May 2015 09:31 PM |
Ok never mind i messed up the text art badly
( ͡° ͜ʖ ͡°) | | / \ |
|
|
| Report Abuse |
|
|
|
| 30 May 2015 09:32 PM |
SERIOUSLY WHEN WILL SOMEONE REPLY?!
( ͡° ͜ʖ ͡°) ---|--- | | / \ |
|
|
| Report Abuse |
|
|
|
| 30 May 2015 09:43 PM |
| REPLLLLLYYYYYYYYYYYYYYYYYYYYYYYY NOW PLAYZ I KNOW I SAWND LIKE AN 11 YEAr OLADBUT SNOBADY IS REASPNAWNDING |
|
|
| Report Abuse |
|
|
| |
|
johny220
|
  |
| Joined: 30 Oct 2011 |
| Total Posts: 4584 |
|
|
| 30 May 2015 10:11 PM |
| something when the local mouse hovers over it it creates a selectionbox on the part |
|
|
| Report Abuse |
|
|
|
| 30 May 2015 10:32 PM |
"bump#2
Update: Can you make me a script?" |
|
|
| Report Abuse |
|
|
johny220
|
  |
| Joined: 30 Oct 2011 |
| Total Posts: 4584 |
|
|
| 30 May 2015 10:33 PM |
| it's not hard lol.... I'm bored so I might be able to do it anyways lol |
|
|
| Report Abuse |
|
|
johny220
|
  |
| Joined: 30 Oct 2011 |
| Total Posts: 4584 |
|
|
| 30 May 2015 11:02 PM |
put this in a part. It'll probably have to be a localscript?
Either that, or just have a selectionbox already in it, and change the selection box's transparency from 1 to 0 when hovered over. However, this way is more versatile. But in epic mining, the selection box is always on.
Ore = script.Parent
Ore.MouseEnter:connect(function() local box = Instance.new("SelectionBox") box.Parent = Ore box.Name = "Outline" box.Adornee = Ore box.Color = BrickColor.new("Really black") -- Change that to whatever BrickColor you want. Really black is what Epic Mining uses. box.SurfaceColor = box.Color box.Transparency = 0.05 end)
|
|
|
| Report Abuse |
|
|
|
| 30 May 2015 11:44 PM |
| MouseEnter fires when the mouse enters a GuiObject. Your code won't work. |
|
|
| Report Abuse |
|
|
vacha
|
  |
| Joined: 06 Jan 2011 |
| Total Posts: 1993 |
|
|
| 31 May 2015 12:21 AM |
Mouse.Target -- local script
siggy on hold, need help desperate http://www.roblox.com/Forum/ShowPost.aspx?PostID=163392931 |
|
|
| Report Abuse |
|
|
johny220
|
  |
| Joined: 30 Oct 2011 |
| Total Posts: 4584 |
|
| |
|
| |
|
| |
|
johny220
|
  |
| Joined: 30 Oct 2011 |
| Total Posts: 4584 |
|
| |
|