of     1   

RyanTheLion911
#226921818Saturday, October 28, 2017 3:44 PM GMT

Basically, what I want is that when a player who is a certain rank clicks the part I want a gui to show up, but it isn't working. This is my code: script.Parent.MouseClick:connect(function(plr) if ########################### ## ### then game.StarterGui.ScreenGui.Frame.Visible = true end end)
RyanTheLion911
#226921885Saturday, October 28, 2017 3:45 PM GMT

script.Parent.MouseClick:connect(function(plr) if plr:GetRankInGroup(GroupId) == 255 then game.StarterGoi.ScreenGui.Frame.Visible = true end

    of     1