#Is it possible to show a particle to only players who are in first person?

1 messages · Page 1 of 1 (latest)

fast scarab
#

I need my particle to show in first person but not in third person if possible can you show me how

runic forge
#

Where is that particle created from?

fast scarab
runic forge
#

Only on your player or on other players too? Are you able to use exp or BP?

fast scarab
runic forge
#

If you want to emit a different particle in 1st and 3rd person from your player entity, use v.is_first_person as a condition in AC that emits a particle. Or am I misunderstanding what you want to do?

fast scarab
#

probably I didnt express what I want correctly so here is what I want:
player emits a particle from its right hand
so when I spawn it in first person it rotates absurdly

runic forge
#

I think what I described with AC should work

#

You can detect when AC switches state from a particle because it's emitter will expire and trigger expiration_event. In that event you can have an expression that will set a variable which will be used to expire the particle itself. In this way, AC state can emit a particle only once and it will persist and when AC switches state to emit another particle, the emitter will expire and that will trigger particle expiration as well, which results in a near seamless transition

fast scarab
#

when I use it in first person will other players see me using in third person

#

if yes, then its easy peasy

runic forge
#

Other players will always see it as if it's in 3rd person