On my freeze tag game how would I make it so that when someone gets frozen everybody gets an alert and there is a waypoint pointing towards them

I really need this and it would make my game so much better.

Using the tag zone, you would wire it to a trigger (when tagged → trigger). Then, with the trigger, you would wire it to a notification (when trigger → send notif). In this notification, you would write your desired text. In addition, for the waypoint, you would need to wire the trigger to it…

1 Like

Frozen - Use the speed modifier, modify for 0x speed
Alert - Notification
Waypoint - It can be customized for ¨Location of layer¨

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.