I know this is pretty simple, but it keeps giving me the red underline with the error of "function arguments expected near '>='". How should I fix this?
if player:GetRankInGroup >= 10 then
Thanks!
You need your parameters. Remember, it's a function!
if player:GetRankInGroup(ID HERE) >= 10 then