I have a GUI Text that shows the X,Y,Z but im not sure how... I made one but It just kept increasing... any advice?

GUI Text that says the players X, Y, Z if possible in JS please

not sure what your problem, but i have one suggestion, place this script to your player :

GUI.Label(new Rect (0,0,200,100), transform.position.ToString());