From 9bfe903f6ef64c82c90a7aea584cf15dca273e0b Mon Sep 17 00:00:00 2001 From: Resxt <55228336+Resxt@users.noreply.github.com> Date: Wed, 2 Mar 2022 01:03:59 +0100 Subject: [PATCH] actions_on_button_press 1.2.1 --- actions_on_button_press/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions_on_button_press/README.md b/actions_on_button_press/README.md index d810ea9..d053607 100644 --- a/actions_on_button_press/README.md +++ b/actions_on_button_press/README.md @@ -2,7 +2,7 @@ These scripts allow players on the server to press a button (displayed on screen) to trigger a function. Note that if you combine several scripts you will have to change the texts positions so that they don't overlap by changing the last value in `setPoint()` -You can also change the text's position in `setPoint()` and the size and font type in `createServerFontString()` +You can also change the size and font type in `createServerFontString()` Changing the button in `Init()` will change both the button displayed on screen and the button used to trigger the function. Here is a non-exhaustive list of buttons you can use