UPumpkin
|
  |
| Joined: 26 Jan 2010 |
| Total Posts: 590 |
|
|
| 10 Jan 2015 11:30 PM |
So I want it like if ur this high in a roup you will get this gui
local GroupId = 1222111 if Player:GetRankInGroup(GroupId) >= 50 then
game.Lighting.HandtoGui = game.StarterGui
|
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 10 Jan 2015 11:30 PM |
| game.Lighting.HandtoGui:Clone().Parent = Player.PlayerGui |
|
|
| Report Abuse |
|
|
UPumpkin
|
  |
| Joined: 26 Jan 2010 |
| Total Posts: 590 |
|
| |
|
UPumpkin
|
  |
| Joined: 26 Jan 2010 |
| Total Posts: 590 |
|
| |
|
UPumpkin
|
  |
| Joined: 26 Jan 2010 |
| Total Posts: 590 |
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 10 Jan 2015 11:35 PM |
PlayerGui.
StarterGui just holds all the GUIs that are cloned into the players' PlayerGui when they spawn |
|
|
| Report Abuse |
|
|
iiEssence
|
  |
| Joined: 18 Jun 2014 |
| Total Posts: 3467 |
|
|
| 10 Jan 2015 11:37 PM |
don't listen to cnt
he thinks everyone is smart as him (jk frnd)
local GroupId = 1222111 game.Players.PlayerAdded:connect(function(Player) if Player:GetRankInGroup(GroupId) >= 50 then game.Lighting.HandtoGui:Clone().Parent = Player.PlayerGui end end) |
|
|
| Report Abuse |
|
|