using System.Collections; using System.Collections.Generic; using UnityEngine; public class ScoreBoard : MonoBehaviour { //calculate who is first second, third and fourth //update the order on the UI with player names //after 10 seconds load next scene/game }