How do I keep a TextBox and TextButton from changig the Cursor when Selected?

When the client joins the game, their cursor is set to a specific cursor.

There are TextBox’s and a TextButton that if you click, I want to keep the cursor I set it to, and not for the RobloxSelected cursor to appear. Here is a Gyazo GIF: https://gyazo.com/9adaa1cb7dce55a538d2dbcfdf0a51b5
I’ve tried looking into the properties of TextBox and TextButton but I couldn’t find the answer there either. I don’t know if this is something that cannot be prevented or I’m just doing the wrong thing. Thank you any help is appreciated!

Change the MouseIcon of when you hover over the TextBox/TextButton and when you click. You could also use a while loop to detect if the MouseIcon isn’t the ID you want it set as and to change it back when it isn’t the correct icon.