|
| 26 Feb 2015 09:50 PM |
Does anyone know how to make the GUI so when you take your mouse and hover over it it pops a another GUI
EXAMPLES - Like on HEX when you view a weapons stats or like on ROBLOX when there is the little ? mark when you hover over it pops up info right next to it |
|
|
| Report Abuse |
|
|
|
| 26 Feb 2015 09:51 PM |
You could try these tutorials: https://www.youtube.com/watch?v=gcvoegnFHxM
~I'm going to be honest; Couldn't think of a good signature.~ |
|
|
| Report Abuse |
|
|
Qaynar
|
  |
| Joined: 01 Feb 2015 |
| Total Posts: 486 |
|
|
| 26 Feb 2015 09:55 PM |
Yea I do. It's a simple function called Mouse Hover, which you can just make a script to check it, something like this
while true do
debounce = false if script.Parent.Parent.GUIIWANTTOPOPUP.Visible == false then debounce = true function MouseHover (whatever) -- MouseHover isn't the correct command script.Parent.Parent.GUIIWANTTOPOP.Visible = true debounce = false end wait(0.1 end end
I can't guarantee it will work but that's the idea.... AND YES I TYPED IT ALL UP! |
|
|
| Report Abuse |
|
|
| |
|
|
| 26 Feb 2015 10:11 PM |
Use Scripting Help, if you need scripting help, lol. You'll find more answers. -The Siggy is Fierce- |
|
|
| Report Abuse |
|
|