#Player World Ui Infection Tag System

1 messages · Page 1 of 1 (latest)

calm cradle
#

How can I make a gorilla tag like infection tagging system with player world ui?

This system should be showing a red or purple bar depending if they are tagged or not, red is tagged and purple is not, and then resetting once everyone is tagged, also with text stating whether they are tagged or not tagged but no text if they are not.

I did search this and absolutely nothing was answered that I needed.

bleak orchid
#

When the game starts change everyone's local boolean variable called "alive" true, you can use an event sender to all players and check if the player is local then set "alive" to be true.

#

Then you can either used and event receiver 30hz, or event "alive" changed to check when the states change so that you can change the World UI colour to purple or red if they been tagged

#

By using Player Collision event

#

Then on each person tagged you want to send an event to all players checking if they are still alive

#

If they aren't, end the game

calm cradle
#

tysm

bleak orchid
#

Np if u need help tell me