basically, im creating a race director gamepass, that when you buy it, you get access of it, i dont know tho what should i do, the script is here:
------------------------------------------------------------------
local plr = game.Players.LocalPlayer
local ismod = false
for _,mod in pairs(mods) do
if mod == plr.Name then
ismod = true
end
end
if plr:GetRankInGroup(0) >= 100 or ismod then -- groupId & groupRank
script.Parent.Control.Visible = true
end```
** You are now Level 1! **