Gamepass scripts not working?

Can anyone find any errors in this? The game passes (rainbowscript+VIP) don’t show above/on the users tag. Not sure if there are any errors in this, but help would be appreciated.

you wrote if newPlayer:GetRankInGroup(6639544) >= 554 then
but the max is 255

1 Like

Error:

  1. It says rainow instead of rainbow
  2. You can’t do rank 544, it’s beyond the limit

It’s between 0 and 255 you cannot do more than 255…

you wrote rainow instead of rainbow!!!
Check it!

1 Like

.Frame.NameLabel.RainowScript.Disabled should be .Frame.NameLabel.RainbowScript.Disabled

Group ranks only go between 0 and 255 inclusively, anyone with a grouprank of 0 is a guest (not in the group) & anyone with a grouprank of 255 is the group’s owner. Therefore >= 544 will never be satisfied since nobody can have a grouprank that high.

1 Like