due to my scripting for my Screen Sharing script (multiple servers with 2 screens) i bumped into a bug and i didnt find a solution for that:
i have two screens (naming MainScreen, TempScreen), both have one keyboard, standing a few blocks away from each other. And one server, the server has to switch between them.
Now the server starts on MainScreen and with
components.gpu.bind(TempScreen, true)
switching to the TempScreen...
unfortunately when i want to type something on the TempScreen nothing happens, i can get on the screen but he doesnt type... going to the MainScreen and typing there, nothing... going back to TempScreen and hahaha, the typed text from MainScreen is shown there...
How can i bind the keyboard, is there a command for the keyboard? I didnt find anything in the wiki about that... this bug torpedos my Screen Sharing script because another server has to use the MainScreen after this, but the keyboard stays for both servers
Edit: like i described, the keyboard is obviously bound to the server and not to the screen like it is described in the wiki
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello guys,
due to my scripting for my Screen Sharing script (multiple servers with 2 screens) i bumped into a bug and i didnt find a solution for that:
i have two screens (naming MainScreen, TempScreen), both have one keyboard, standing a few blocks away from each other. And one server, the server has to switch between them.
Now the server starts on MainScreen and with
components.gpu.bind(TempScreen, true)
switching to the TempScreen...
unfortunately when i want to type something on the TempScreen nothing happens, i can get on the screen but he doesnt type... going to the MainScreen and typing there, nothing... going back to TempScreen and hahaha, the typed text from MainScreen is shown there...
How can i bind the keyboard, is there a command for the keyboard? I didnt find anything in the wiki about that... this bug torpedos my Screen Sharing script because another server has to use the MainScreen after this, but the keyboard stays for both servers
Edit: like i described, the keyboard is obviously bound to the server and not to the screen like it is described in the wiki
Link to post
Share on other sites