#Does anyone know whats wrong with my slider
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
function battle(player) {
new ModalFormData()
.title('§3§lBattle Pass')
.slider("Claim Your Tier! ", 1, 100, 1)
.show(player).then((r) => {
if (r.formValues[0] === 0) {
player.runCommandAsync('say test');
}
});
} ```