so i want to show a special gui to my group members i dont have a code for this
its simple
game.Players.PlayerAdded:Connect(function(newPlayer) if newPlayer:IsInGroup(GROUP_ID) then -- put your group id here game.startergui.YourguiName.Enabled = true -- here you reference your gui and enable it end end)
Closed as Not Constructive by raid6n and uhi_o
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?