Is it possible I can make a rank id only door?

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?

Player:GetRankInGroup.
This should make for a quick fix.

1 Like

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

I think you should use: Player | Roblox Creator Documentation

1 Like