How do You Make a Summit Notification in the Activity Feed

I need help making a notification in the activity feed. It’s not working. I set a checkpoint to send a channel to a trigger, which runs something in ‘blocks’. Here are my current ‘blocks’:

I ran many trials and errors, but it’s still not working. Did I do something wrong? Whenever I switch them around, it’s either A) nothing B) undefined, or C) undefinedundefined.

1 Like

I can’t say why it’s not working, but here’s an easier way to do it that DOES work.

1 Like

So this only works in fullscreen, and requires some block code.
put a trigger where your summit starts and have it trigger on player contact. then create block code that runs on “when triggered”.


EDIT: did @LandynSPEEDO802 just beat me to it?

1 Like

First of all, remove all of the excess blocks, so they don’t trigger anything. Then, follow @LandynSPEEDO802’s post.

2 Likes

I also see that you are defining “hi” and “bye” after you call them. If you want to keep that structure, just put “Hello!” after “hi” and “bye”.

I think I already did that on my first attempt, but I’ll try it again.

Are you in browser fullscreen? The activity feed doesn’t show up if you aren’t.

2 Likes

I think its showing, but its not showing the correct thing. I might be wrong though.

Okay, now it’s spamming “Player reached Summit 2”. Maybe something is interfering with the code.

1 Like

Probably just looping the channel the trigger receives on

Now it’s working! :smiley:

2 Likes

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