//Jimmy Vegas Unity Tutorial //This script will rotate your token function Update () { transform.Rotate(0, 5, 0, Space.World); }