#Is it possible to show a particle to only players who are in first person?
1 messages · Page 1 of 1 (latest)
Where is that particle created from?
lead_hold locator
Only on your player or on other players too? Are you able to use exp or BP?
I cant use experimental features and if I am using the particle other players must see it like I am using it in third person
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?
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
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
when I use it in first person will other players see me using in third person
if yes, then its easy peasy
Other players will always see it as if it's in 3rd person