On my game Its Fighting I want so when you eliminate a player it says k1ll then double k1ll then triple k1ll you know?
1 Like
You could use a pop-up for the first time you eliminate a player, and connect it to a knockout manager, I don’t know about “Double elemination” And “Triple Elimination” You would need a way to track how many times you eliminated a player.
I created a simple property called Knockout Timer , and connected it to a repeater that reduced the property by one every few seconds,
Then using a knockout manager and a trigger with some code blocks I created a system that would boost the Knockout Timer property by a few points, each time a sentry was knocked out.
After that I added some code to the previous trigger that made the game broadcast a signal depending on how good your current knockout streak was.
I created a few Speed Managers , Item Granters , and Health Managers then connected them to the broadcasts previously mentioned, giving a higher reward each time the streak increased.
I found this.
2 Likes
Would this guide help?
Introduction:
Welcome folks, and today I’ll be showing a simple method to making a kill streak counter in the top right corner for gimkit creative! Hold your checkers, get your properties, and let’s get into this!
What You’ll Need For This Guide:
Game Overlay x1
Counter x1
Lifecycle x2
Property x1
Making a Kill Streak:
Place down a game overlay. Set it up so that it’s in the top right corner. Now, make it visible on game start and set the default text to “Kill Streak: 0”.
This is what yo…
No pictures
Ah, wait, it’s incomplete. Lemme find another.
First place down a game overlay, and set overlay type to text, but don’t put anything in the text box, Then set visibility and content scope to player. Make sure it is not visible on game start, and make it show the overlay when receiving on the channel “KO overlay”. Next place down a knockout manager and set the knockouts it listens to is player. Now place down a property with the following settings:
[Screenshot 2023-08-05 6.20.02 PM]
[Screenshot 2023-08-05 6.20.32 PM]
Next go into your knoc…
This one is completed, but has no pictures for settings and blockcode. D’ya think you can still use it? If not, I can try figuring out the right code.
Oop, looks like Gaming-Phoenix has something. Yay, no block code for me today >:D
3 Likes
You can track eliminations with a counter and trigger pop-up notifications for “K1ll,” “Double K1ll,” and “Triple K1ll” as those milestones are reached.
Just a lil heads up:
Please don’t make this too bl00dy or violent… it seems very ummm, inappropriate when I read the title.
Thanks.
2 Likes
I’ma use double knockout and triple knockout if that’s better
is it normal to not see images
1 Like
No one want to make violent. But if it feels violent to you, then we can use words like “knockout” suggested by @AXOLOCHI !
1 Like
Oh, back in (insert date here, I have no idea, my account isn’t THAT old), there was an image wipe because the images were taking up too much memory. So now, some of the guides don’t have any images in them. It’s really inconvenient, since the majority of guides on here were pre-image wipe :[
1 Like
Thank you so much it really works =D
system
Closed
November 9, 2025, 1:29am
11
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.