anyone know how to make lets say a pain gun spin around me in circles and so i can grab it
Sure, start by configuring your paint thrower and add a tag to it.
Here’s a quick circuit graph I whipped up for you, copy these circuits for the effect your looking for.
You can change the multiplier chip on the right if you want it to go faster. You’ll need to set your name in the “get player by account name” chip, or whoever you want to have authority over the paint thrower.
Hope this helps!
When you mean spin, do you want the object to also rotate while it orbits you? Or is it not orbiting your avatar?
it is by chance how could i get like 3 spinning in diffrent locations on me
without it being a ball
What does multiplying “Time Get Precise Seconds”, getting the Sine and Cosine, and then using them to create a Vector3 do?
Precise seconds its just how much time has passed since the start of your RecRoom app and it’s used here to have a continuous ongoing track of time.
The multiplication chip is used to control the speed of the time, and Sine and Cosine are used to create a circle in 3D space with Z and X as the inputs.