Player & Prop knockout help

How do i make it where when a player knocked out, they will appear in the activity feed for everyone, ex: Billy has been knocked out. Also like when a prop is knocked out, I want to show an activity feed for everyone

That is with a notifactation.

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

" 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"
quoted from haiasi

2 Likes

do you know the block “add activity feed?”

check out this guide!

1 Like

I think he wanted the “activity feed” like original OWO

so i tried doing it, and doesnt work, I added the code to the notification wire pulse block, and didn’t work, so then I tried to add a counter to the prop (prop destroyed > increment counter), and that prop links to the property “act1” and added that to the code where if property act1 = 1, send activity feed to everyone, but it still doesn’t work…

did you try my idea?

that is for notfication, i wanted to try to see if activity feed…

oh ok

Try to look at this and see, its a very old help post.

thanks this works! imma marka solution

1 Like

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