actions_on_button_press 1.1.1

This commit is contained in:
Resxt
2022-02-27 00:09:33 +01:00
committed by GitHub
parent f5c649124e
commit d05d242a44

View File

@@ -1,6 +1,6 @@
# Actions On Button Press # Actions On Button Press
These scripts allow players on the server to press a button (displayed on screen) to trigger a function 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()` 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 text's position in `setPoint()` and the size and font type in `createServerFontString()`