Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Having trouble with Gui Group Permissions?

Asked by
DevWork 80
10 years ago

When I try this code, it allows players to get the Gui even though there is a group id. I'm not sure what is wrong?

if player:IsInGroup(1023003) then
script.Parent:Destroy()
end

Answer this question