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

how do I make a group rank plus door? [REMEMBER, I KNOW NOTHING ABOUT SCRIPTING] [closed]

Asked by 9 years ago

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.

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?

1 answer

Log in to vote
2
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
9 years ago

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
0
Do i just do that , shawn? epiczombiehunter232 0 — 9y
0
Or is there more to it? epiczombiehunter232 0 — 9y
0
There more to it. MessorAdmin 598 — 9y
0
@epiczombiehunter232 I'm not going to fully make the script for you, since you didn't attempt it yourself Shawnyg 4330 — 9y
Ad