|
| 14 Feb 2016 06:53 PM |
half of the people on the scripting forum r too inexperienced to answer a simple question, so i moved it to lmad since people on here know more.. haha... no hate..... question: So, on Club Boates there's a like/dislike gui that includes the song that's playing. You can thumb up or thumb down the song. Anyways, does anyone know how I can make a gui like that?
on topic: what does yum =
|
|
|
| Report Abuse |
|
|
Nosniy
|
  |
| Joined: 24 Sep 2011 |
| Total Posts: 23603 |
|
|
| 14 Feb 2016 06:53 PM |
I have that gui
>http://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=20349956 |
|
|
| Report Abuse |
|
|
|
| 14 Feb 2016 06:53 PM |
| Scripting forum is 90% jerks 10% people willing to help. |
|
|
| Report Abuse |
|
|
|
| 14 Feb 2016 06:54 PM |
@no send me it please? xdd i wouldn't be doing this, but having a lot of trouble
|
|
|
| Report Abuse |
|
|
|
| 14 Feb 2016 06:54 PM |
@Huff ya exactly, so it's gotten to this point lol
|
|
|
| Report Abuse |
|
|
Nosniy
|
  |
| Joined: 24 Sep 2011 |
| Total Posts: 23603 |
|
|
| 14 Feb 2016 06:55 PM |
Its not just a gui...In order for it to play music, you need speaker parts
>http://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=20349956 |
|
|
| Report Abuse |
|
|
|
| 14 Feb 2016 06:55 PM |
oi, im aware of that part.. i have my playlist completed, but the gui part is what im stumped on
|
|
|
| Report Abuse |
|
|
Nosniy
|
  |
| Joined: 24 Sep 2011 |
| Total Posts: 23603 |
|
|
| 14 Feb 2016 06:56 PM |
I'll trade you gui for the part.
>http://www.roblox.com/Trade/TradeWindow.aspx?TradePartnerID=20349956 |
|
|
| Report Abuse |
|
|
L2000
|
  |
| Joined: 03 Apr 2008 |
| Total Posts: 77448 |
|
|
| 14 Feb 2016 06:57 PM |
Doesn't seem like it would be too tough
Keep an integer value along with every song (Or if you're storing it in tables, you can keep it as song/int pairings) Basically any way you want to do it so long as you can link the song to an integer
Then when somebody clicks the Thumb Up button, you increase that value When somebody clicks the Thumbs Down, you decrease it
Then you'd have some extra stuff to make sure somebody doesn't click twice, go from up to down, etc But basically it'd just be that
http://www.roblox.com/kitty-item?id=276106697 |
|
|
| Report Abuse |
|
|
|
| 14 Feb 2016 07:03 PM |
@L2 Thanks! :) That was really helpful. Now that you say that, I should be able to do it.
|
|
|
| Report Abuse |
|
|
Laakari
|
  |
| Joined: 07 Aug 2014 |
| Total Posts: 17362 |
|
| |
|