crate109
|
  |
| Joined: 24 Nov 2010 |
| Total Posts: 315 |
|
|
| 20 Dec 2013 09:07 AM |
Hey guys, I guess everyone know about the script that shows the rank of someone on the game Leaderboard?
Well, I wanted to know if it was possible (It is, look at RIC's base: http://www.roblox.com/RIC-Headquarters-WINTER-CHRISTMAS-HUNT-place?id=33162807) to have a script that would shows a ScreenGui when we put our mouse cursor on a player in a game, and that ScreenGui would tell us the rank of the player in a group.
Answer something please, Yes or No or I don't know... Just so the topic can be viewed by more people. It is a question I have asked more than once, never been answered and it is not on a known forum.
Thank you guys!
-Crate109- |
|
|
| Report Abuse |
|
|
| |
|
crate109
|
  |
| Joined: 24 Nov 2010 |
| Total Posts: 315 |
|
|
| 20 Dec 2013 10:01 AM |
Excellent.
Thank you! Finding one and posting it here!
-Crate109- |
|
|
| Report Abuse |
|
|
crate109
|
  |
| Joined: 24 Nov 2010 |
| Total Posts: 315 |
|
|
| 20 Dec 2013 04:25 PM |
Mhm... I can't find it...
Could you give me a link or something, or the command line to use the Hover?
Something like...
function () onMouse1Down(getPlayerFromCharacter) --(I don't even know if this is working to hover someone, random tries) crate a new screengui and put it on the guy screen (The screengui would contain the rank of the Hovered person and some basic informatons) if he stops to Hover the guy, the screengui disappears
end
Thank you! |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 20 Dec 2013 04:26 PM |
MouseEnter event
And no, it would not be true in HTML5/CSS3 because Leaderboard isn't a valid element type, since it's not referenced, plus it's :hover |
|
|
| Report Abuse |
|
|
crate109
|
  |
| Joined: 24 Nov 2010 |
| Total Posts: 315 |
|
|
| 20 Dec 2013 04:35 PM |
#leaderboard:hover { background-color:green; border: 2px solid black; }
Would work here. If an Id is called leaderboard in the HTML. But the name of the command line to Hover a character is just MouseEnter? Can you give me an example? |
|
|
| Report Abuse |
|
|