• Hey! Register here to create your account, engage with the community, and talk about what is new!

how do you make a spiral go up?

BigDoofish

New member
Joined
May 3, 2023
Messages
14
Reaction score
1
so i have a spiral that should go up, but it goes sideways i have crudely made this image showing what i meanhahahaherh.png
 
Solution
You can make a spiral go upwards by changing the rotation, specifically the pitch. You can try something like:
Set All Coords: Player's X, Y, Z, -90 Pitch, 0 Yaw --> Display Particle Spiral
(90 pitch would make it go downwards)
You can also alternatively use a vector to set the rotation as well, if that's more up your alley.
Hope this helps!

1689970278433.png

Jell-O

New member
Joined
Jul 21, 2023
Messages
5
Reaction score
0
You can make a spiral go upwards by changing the rotation, specifically the pitch. You can try something like:
Set All Coords: Player's X, Y, Z, -90 Pitch, 0 Yaw --> Display Particle Spiral
(90 pitch would make it go downwards)
You can also alternatively use a vector to set the rotation as well, if that's more up your alley.
Hope this helps!

1689970278433.png
 
Solution

Jell-O

New member
Joined
Jul 21, 2023
Messages
5
Reaction score
0
Sorry for the late reply!
The screenshot I sent is all the code I used. Directly copying this (everything expect for the blank Player Event) should produce an upwards spiral.
(The code in the screenshot assumes that you want the particle spiral to spawn where the player is currently located by the way!)
If you have any further questions feel free to ask, and hope this helps!
 
Last edited:
Top Bottom