void OnTriggerEnter(Collider col) { if (col.gameObject.tag == "SlinkySegment") { textType.StartTyping(); } }