Heres the script, i need to access the player by name, rather than variable.
using
public class example : MonoBehaviour {
void Start() {
GameObject go = GameObject.Find("SomeGuy");
how do i do it? i dont know c# but im stuck with this code so i have to do it.