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

How do I make a group rank door that will allow multiple ranks from a group to enter it?

Asked by
xAdxn 2
5 years ago
Edited 5 years ago

I've tried this script that I found on this website but it won't work.

Here's the link to the old script: https://scriptinghelpers.org/questions/2077/how-do-i-make-a-door-than-only-opens-to-a-a-certain-group-rank

0
put it in a block, this is not readable Gameplayer365247v2 1055 — 5y
0
You need to use the Code Block which is the circle icon with Lua in and paste the code within the "~~" line so we can read the script. PastDays 108 — 5y
0
Go to the link above. xAdxn 2 — 5y

1 answer

Log in to vote
1
Answered by
Arkrei 389 Moderation Voter
5 years ago

You already have the script you need, within the if statements where you get the players rank you just add an or

Basically in pseudo: if someoneIsRank or someoneIsrank then

Ad

Answer this question