I’ve been wondering and doing my research to see if it’s even possible to make a rank only door in Roblox. Example kind of like a group only door but not exactly a group only door, lets say I’m in a Roblox group and I am a high rank how can I make this door to where it will only let high ranks in? Any suggestions or solutions to this problem?
Rank only doors have existed since group ranks have existed. You can use Player | Roblox Creator Documentation to do this. You can either do it all from the client with CanCollide, or you can do it utilizing a simple remote function to check their rank and return true or false whether or not the door should open.
2 Likes