I need to make a player counter For my Battle Royal Game, so it would be amazing if anyone can help me. (and also for making it end the game at 1 player.)
Give me some time and I’ll create a guide on how to do it.
Haiasi
November 10, 2023, 11:15pm
3
This guide will guide you on using an different approach of ending a battle royale than other guides do it. Other guides count the number of players at the beginning and then subtract players from that count to determine the number of players left. This approach, however, will count up, so even if a person has joined, the count will not be shaken off.
Guide
Make a lifecycle listen for a player knocked out. It should broadcast on “Player Dead”. Make a global number property named “Num Players L…
Warning:
This guide isn’t finished yet. Sorry! Also, here’s the finished build:
[image]
It says “Mysz’s Team Counter System” because I’m pretty sure this is the first guide about this. This guide is for advanced gims with block code, property, and good overall GKC experience.
Introduction:
Hello! Today I’m going to be showing you how to count how many players are on every team, show how many players there are on a player’s team, and end the game when only one team is remaining. This has been…
Before we start, credit to
This is a add on guide that uses black holes guide to make it end at 1 player:
Lets get started!
NOTE: This will not work unless you place the wires in the right order
Materials 1 lifecycle
1 counter
1 trigger
1 property
1 relay
Step 1: The Live Player Counter The life cycle and the relay should have default settings. Set the repeater stop strategy to receiving on a channel, and DON’T PUT ANYTHING. Make the task interval 0.5. Wire the repeater to the counter:
…
The Ultimate Guide to Battle Royale:
Please read the Wiki Editing Rules at the bottom of this post before editing.
Is somebody editing?
@No-One is editing
When checked, somebody is editing this post. Use the pencil menu to check who is editing. Do not push the checkmark while someone is editing or it will cause conflict.
Hello!
This post is targeted to New Users as Battle Royale Games would be the best for them.
So let’s just get started!
Note: This guide uses wires, channels , scope , and blocks .
How do wires wo…
Resources for them all:
[ Resources] Resources for Battle Royale
Introduction:
This guide is for anyone who wants to build their own Battle Royale and doesn’t want to look around too much. This resource page will provide a list of guides to help you build your Battle Royale game.
Resources:
Optional:
Note:
These guides can be customized as per your game, so changes shouldn’t be uncommon. Difficulty ratings also vary.
Conclusion:
Instead of running for help, please look through the Com…
Don’t forget to look in the battle-royale tag for useful guides!
Welcome to the forums! @Kadenracer987 !
Don’t forget to check out the new-user-must-read and forum-tips tag.
The Community Made Guides category is also very useful, posts there give you a gist of the rules and mechanics in Gimkit Creative.
While you’re at it, I suggest also reading the
TOS and FAQ .
If you need help with anything, just ask!
After all, this is a Community Forum
2 Likes
hey potato, I did try out your guide, and It did not work for me, and I did follow it exactly, it kinda worked, but the spectators also counts for it.
potato1
November 10, 2023, 11:18pm
6
what do you mean the spectators also counts for it
it wont end unless if there is only 1 person in the whole game
potato1
November 10, 2023, 11:20pm
8
It is player knocked out - Switch player to spectator team right
Haiasi
November 10, 2023, 11:20pm
9
Try other guides I listed here:
1 Like
that’s what I did, and it still wont work
potato1
November 10, 2023, 11:21pm
11
Did you put the wires in the right order
yeah, just this is weird, I’m still new to all of this
1 Like
Haiasi
November 10, 2023, 11:23pm
13
Did you try any guides I listed in previous posts?
2 Likes
no, but I’ll Try right now.
1 Like
hey, @potato1 , is this suppose to be how it looks for the player counter?
2 Likes
potato1
November 11, 2023, 1:35am
16
where is the wire to the trigger?
not yet there, this is the player counter
1 Like
potato1
November 11, 2023, 2:24am
18
You wired it in this order right:
Repeater Runs task - Reset Counter
Repeater Runs Task - Trigger Relay
Relay trigger - Increment Counter
Make sure it is all player relay
Welcome to the forum, @Kadenracer987
1 Like
Make a counter to say how may players there are. When there is 1 player left the game ends check guides