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.
Error:
- It says rainow instead of rainbow
- 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