Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How could i make my body emit particles once i become invisible?

Asked by 3 years ago

https://gyazo.com/5711f5048fb4a4b41b4370a6f7806a9d I been trying to figure this out ever since I found out how to make my body go invisible. Any thing helps!

1 answer

Log in to vote
0
Answered by
Y_VRN 246 Moderation Voter
3 years ago

If you have a code already, just add these when going invisible. Change <PARTICLEPATH> to the path where your particleemitter is located if you added it already.

-- To activate:
<PARTICLEPATH>.Enabled = true

-- To Deactivate:
<PARTICLEPATH>.Enabled = false
Ad

Answer this question