#Help

1 messages · Page 1 of 1 (latest)

junior schooner
#

So I’ve made a cv2 health PvP system but rec room bugs don’t let it work, the projectile hit player event in the player definition board won’t activate, so I need a temporary solution. Right now I’m just gonna use a cv1 game rules chip but I don’t know how to make the spawn platform make you invisible with a game rules chip. Any ideas?

dawn gale
#

If it worked before, then it was probably because the player collision data

junior schooner
#

Whenever I hit a player with a projectile the whole event receiver doesn’t even detect it, and when I spawn a cv2 health PvP system, the event says deprecated.

dawn gale
#

Yeah

#

Change the event to be the new projectile hit player

#

And use collision data get player

junior schooner
dawn gale
#

It’s called something along the lines of collision data get player

#

Idr exactly

junior schooner
junior schooner
surreal sand
surreal sand
junior schooner
surreal sand
junior schooner
#

Alr

#

Here is what is inside the player definition board

#

Wait

#

Idky the pic didn’t send 1 sec

#

Here

#

Bruh I can’t send pics

surreal sand
junior schooner
#

Exec into an if chip to see if the firing player is the same as the player being hit so u can’t shoot urself, then checking if they are on the spawn platform and then sending out the event for the hit player and sending out the damage and the player hit

surreal sand
junior schooner
#

Yeah

#

And the other ports aren’t getting any info either

surreal sand
#

Put the exec into and event sender and send an event outside the board and receive it outside then run your system

Making sure u create the event definition outside the board

junior schooner
#

Ok so NOW it’s working lol

#

Apparently it won’t exec unless it’s an into an if

junior schooner