Create an orbiting crown
I want to create something like this https://www.snapchat.com/unlock/?type=SNAPCODE&uuid=49f78ac16a0f48f8b2d513560968e416&metadata=01
What would I have to do to create something like this. Doesn't need to be 3d items 2d is enough but all of my google searches have lead me nowhere.
Hey,
I asked another person about this,
They said you can use tweenmanager and spin it around.
Then attach it to your head.
You can read more about it here:
https://lensstudio.snapchat.com/guides/scripting/helper-scripts/tween-manager/
Hi therealdadbeard,
As n-mikael noted, the Tween System guide can provide you with information on this topic. The 'Tween System' is perfect for creating simple animations for static objects. It allows you to move, scale and rotate from one value to another over time. It also includes a number of easing curves for animation polish.
Cheers,
Neha
Yeah I looked into Tweening but at first glance wasn't really sure that it would be possible to make it circle like that.
So I would like make multiple circling animations and then just put them together if I'm right?
Going to try that at a later time, thx!