The line move.Points has bad syntax in C#. If you remove it it should compile and declare a variable for Points, it should compile. Or I assume you want to have access to a Move class somewhere, so you would need to declare it as a variable.
Also, UnityEngine.UI.Text is not in the UI Toolkit but in ugui. You should try this forum if you have more questions: Unity Engine - Unity Discussions