So, im asking how to make a group rank plus door , REMEMBER ADMINS, DO NOT DELETE THIS POST AS I DO NOT KNOW ANY THING ABOUT SCRIPTING.
Well, you would need to use the GetRankInGroup method, and compare their number if it matches your requirement.
Example:
p = game.Players.Shawnyg if (p:GetRankInGroup(12345) >= 2) then print('Welcome!') end
Closed as Not Constructive by Unclear
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?