Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Make UI Values updatable #13

Open
IllustrisJack opened this issue Jul 28, 2021 · 4 comments
Open

Feature Request: Make UI Values updatable #13

IllustrisJack opened this issue Jul 28, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@IllustrisJack
Copy link

Allow UI (Sliders, etc) to be updated dynamically via server

@kapraran kapraran self-assigned this Jul 29, 2021
@kapraran kapraran added the enhancement New feature or request label Jul 29, 2021
@kapraran
Copy link
Owner

My plan is to make controls sync for each client and also call the respected on change listeners.

You'll just have to call DebugGUI:EnableSync() on each client that wants to send and receive updates.

@kapraran
Copy link
Owner

I'll also may add a custom server event that you can use to keep track of all the received changes so you can later send them to the client when they join or when they will enable the syncing.

@IllustrisJack
Copy link
Author

push :3

@IllustrisJack
Copy link
Author

bump <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants