Author Topic: how to make..  (Read 778 times)

projectiles from bricks shoot up and keep on shooting? please help, thanks!  :cookieMonster:

"keep shooting"?

i wouldn't recommend it unless you just needed maybe just 1.
it wounds like the gateway drug to an annoying spam/lag server.

i mean keep shooting without keep on clicking it

On Activate/Self/Fire Relay/
On Relay/Self/Spawn Projectile
On Relay/ Fire Relay/
OPTIONAL
On Activate/Self/ToggleEvent (3)

or you can just do onPlayerTouch > Self > fireProjectile

-snip-

Congrats, now this guy will spam that event in every server, so will other people.

Congrats, now this guy will spam that event in every server, so will other people.
Solution: Ban

Congrats, now this guy will spam that event in every server, so will other people.
i will not i might use it for my own servers

Well, from what I remember from version 14, you could make an event that made you shoot continual projectiles by making:
Code: [Select]
OnPlayerTouch>Player>SpawnProjectile>(projectilenamehere)

Well, from what I remember from version 14, you could make an event that made you shoot continual projectiles by making:
Code: [Select]
OnPlayerTouch>Player>SpawnProjectile>(projectilenamehere)
Maybe he wants it to shoot on activate?
On player touch would be derpy.