Why my VERSE UI moves the player cursor to the middle when it is shown?

Hey, for context, i’m doing a script for a vote system between 2 scenarious, so the players can vote in a scenario by clicking on the “VOTE” button, also i did a time to vote, this time update every one second, but everytime that i update this, the player cursor is moved to the center of screen, i did a lot of UI with buttons but i never noticed this before

Are you adding a new widget each time? If so maybe you are calling for the input mode again
PlayerUI.AddWidget(Canvas,player_ui_slot{InputMode:=ui_input_mode.All})

1 Like