dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 17 Nov 2011 02:17 PM |
| How would i when a player enters if there in a group in the gui it creates one that when you look at the gui it lists the S.C.A.R Players? |
|
|
| Report Abuse |
|
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
| |
|
TheMyrco
|
  |
| Joined: 13 Aug 2011 |
| Total Posts: 15105 |
|
|
| 17 Nov 2011 02:22 PM |
Just use MouseEnter for the Gui and this for the cloning:
game:GetService("Players").PlayerAdded:connect(function(p) if p:IsOInGroup() then GUI:clone().Parent = p.PlayerGui end ed) |
|
|
| Report Abuse |
|
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 17 Nov 2011 02:29 PM |
No, i want a gui in StarterGui that shows all the group members horizontally. Such as
--------------------------------------------------- S.C.A.R Members On Server dirk29 ---------------------------------------------------
In gui form and when they leave it removes there name and pushes the other names up (If there is some). |
|
|
| Report Abuse |
|
|
TheMyrco
|
  |
| Joined: 13 Aug 2011 |
| Total Posts: 15105 |
|
|
| 17 Nov 2011 02:30 PM |
| Too lazy to make that now, gotta continue learning C++. |
|
|
| Report Abuse |
|
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 17 Nov 2011 02:32 PM |
| Can you please? I really need it. |
|
|
| Report Abuse |
|
|
ZizZazZuz
|
  |
| Joined: 16 Jun 2008 |
| Total Posts: 2743 |
|
| |
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 17 Nov 2011 02:41 PM |
| Ok. sorry for making it a request. I really need to know how to start it. I would know how to do the vertical adding players and the when you leave it takes you off the list and moves everything up. |
|
|
| Report Abuse |
|
|
ZizZazZuz
|
  |
| Joined: 16 Jun 2008 |
| Total Posts: 2743 |
|
|
| 17 Nov 2011 02:58 PM |
| I'd use Players.PlayerAdded and Players.PlayerRemoving to track your players. |
|
|
| Report Abuse |
|
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 17 Nov 2011 02:58 PM |
| Yea, i know that part. I need the gui part. |
|
|
| Report Abuse |
|
|
ZizZazZuz
|
  |
| Joined: 16 Jun 2008 |
| Total Posts: 2743 |
|
|
| 17 Nov 2011 03:00 PM |
I'd use a frame opposite the regular players. For scripting, see here: http://www.roblox.com/My/Sets.aspx?id=171992
and here: http://www.roblox.com/My/Sets.aspx?id=171998
Should help w/ the Gui itself. |
|
|
| Report Abuse |
|
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 17 Nov 2011 03:08 PM |
| I don't need that. I need one that just lists the players in my group on that server. |
|
|
| Report Abuse |
|
|
ZizZazZuz
|
  |
| Joined: 16 Jun 2008 |
| Total Posts: 2743 |
|
|
| 17 Nov 2011 03:15 PM |
| I'm sure you'll figure it out, somehow. |
|
|
| Report Abuse |
|
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 17 Nov 2011 03:22 PM |
| Iv'e been trying many ways. None works. |
|
|
| Report Abuse |
|
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 17 Nov 2011 03:36 PM |
| Seriously, can't anyone help me. |
|
|
| Report Abuse |
|
|
dirk29
|
  |
| Joined: 26 May 2010 |
| Total Posts: 1142 |
|
|
| 17 Nov 2011 08:26 PM |
| So i guess that's a no. Hopefully a good scripter could help me. |
|
|
| Report Abuse |
|
|