How to make notification

ye i know so should the notification appear in to top right

depends on your choice

Do you understand?

1 Like

can u guys wait a little i might get it

Ok though. After this I want you to go read a bunch of tutorials please for our sake.

2 Likes

yes i understand but one question can u make it with out the button

Yes, also did you take the tutorial?
I suggest taking it.
Go read topics in Community Made Guides.

Yes you could use a trigger. If you step on the trigger it sends it. Or use a zone. When you enter the zone it sends it.

Or a game overlay button. (When you click on it, the button sends it)

Yep that too.

You can also mark a solution if the problem has been solved, make sure the solution relates to the problem.

I think they meant without.

1 Like

like when u get the kill u just get it on ur screen

What kill?

Place a Lifecycle and configure the event to Player Knocks Out.
Connect (wire) that to a notification.

(Lifecycle) Player Knocks Out —> (Notification) Send Notification

2 Likes

like in Minecraft if u get stone u get in notification/ achievement

Here you can use this:

1 Like

Place a Lifecycle, Repeater, Checker and a Notification.

Configure the Lifecycle to be on Game Start.
Configure the Repeater to run every 1.0 seconds and the stop strategy “When Receiving On Channel” but don’t actually put a channel in it.
Configure the Checker to whatever item you want to be the stone.
Configure the Notification however you want.

Connect the Lifecycle to the Repeater.

(Lifecycle) Event Occurs —> (Repeater) Start Repeater

Connect the Repeater to the Checker.

(Repeater) Repeater Runs Task —> (Checker) Run Check

Connect the Checker to the Notification.

(Checker) Check Passes —> (Notification) Send Notification

2 Likes

Omg i got it working thx u guys helping me

1 Like

Cool now please mark a soultion!