what does /beta do? #75
Answered
by
winstxnhdw
AverageVirusTotalEnjoyer
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
winstxnhdw
Dec 26, 2023
Replies: 5 comments
-
It unlocks the badge that's supposedly only given to beta players. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
winstxnhdw
-
i dont see any difference |
Beta Was this translation helpful? Give feedback.
0 replies
-
Neither do I, honestly. But it's in the game's code. public void SetLevelOfPlayer(PlayerControllerB playerScript, int playerLevelIndex, bool hasBeta) {
playerScript.playerLevelNumber = playerLevelIndex;
playerScript.playerBetaBadgeMesh.enabled = hasBeta;
playerScript.playerBadgeMesh.mesh = this.playerLevels[playerLevelIndex].badgeMesh;
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
probably gonna be added in next update, or maybe its the vip badge who knows |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It unlocks the badge that's supposedly only given to beta players.