Rotating random sprites

Hi, I have 2 types of sprite, both in the same group (if can be useful). I want that, when spawned, they start rotating, some to the right and some to the left randomly.
I tried the “pick one object from the group” and then wrote “rotate the group with a 50 degree speed” but all sprites rotated in the same way.
Also i want that some of them rotate with a speed and some others with a different one, how do i do this things?

Pick a random object is the correct way to go about it.
But use it to set an object variable.
Then use the object variable to rotate them

E; but if all of them start to rotate on creation, you don’t need pick random.
Just set ther object variable to randominrange on creation

1 Like