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