#how to make a menu open when you double crouch while looking down on the last slot or when a...

1 messages ยท Page 1 of 1 (latest)

left star
#

Scoreboard is on a specific number? I'm not good at scripting ๐Ÿ˜…

#

And also help with a menu

remote orchid
#

double crouch = start a timer, if the player sneaks again before the timer ends, pass to the next check.
the last slot = player.selectedSlot returns the current slot that the player is holding, in this case... check if it matches exactly 8.

Scoreboard = Steal Borrow someone's function and grab the current score value and compare it to a specific value you want.

then... show them the Form (menu)

What type of form tho? ActionFormData? ModalFormData? MessageFormData?