Workshop.codes
Login
Create
ronbi

gravity projectile

This code is over 6 months old. The code may have expired and might no longer function.

2 Comments

Log in or Sign up to leave a comment.
ImPhaIR almost 6 years ago *

you can restrict visibility instead of removing the effect:

Create Effect (Filtered Array (All Players(All Teams), Event Player.isPressed), Sphere, Orange, Event Player.position, 0.200,
Visible To Position and Radius);

show only when isPressed == true

andy#26928 almost 6 years ago

Love small snippets like this - I was testing it and if you spam interact the projectile sometimes randomly goes in a straight line.

Workshop.codes