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