It is possible. It’s very simple once you know blocks.
You may want to unmark the solution.
Maybe you could make the player start with this
Then, add health granters. This will make you start with 100 HP and 100 Shield, but make you able to add to that shield with health granters (Just don’t make shield cans available)
1 Like
well I suppose that is the one part I’m not very familiar with
hmm, instead of increasing max health, maybe make a health upgrade connected to a repeater that will repeat the health upgrade making it so that the player will barely lose health.
061626
September 12, 2024, 12:54am
11
If you’re going to say that it’s very simple, then why don’t you explain it to them? Don’t just cut off the answer.
1 Like
This is a wiki guide. That means that anyone can edit it. Feel free to add to this guide as long as it contributes to the guide.
Introduction
I just want to thank everybody who has ever helped me understand block code, such as, but not restricted to @Blackhole927 , @getrithekd , and @ClicClac .
Block code is almost a love/hate thing in gimkit creative. It is one of the most useful ways to transmit messages in gimkit creative.
In this course, I want you to not only learn about block coding in gim…
Use this to begin your knowledge on blocks!
1 Like
061626
September 12, 2024, 12:55am
13
There’s a shield can limit in the game already, so that’s covered.
1 Like
@Build-pleasse , instead of showing tutorials, maybe show them how to do it yourself?
1 Like
Oh, right lol
I don’t use shield cans on a daily basis so yeah
…
1 Like
This’ll take me a good moment, wait
Slim
September 12, 2024, 12:56am
18
That’s- the whole purpose of guides. To link to instead of explaining all of it.
061626
September 12, 2024, 12:57am
19
Except Build-pleasse doesn’t link a guide that helps.
Huh. I thought it was to explain it yourself…
If there’s any way to detect the amount of health a player has I actually can make this work, anyone know how?
There are properties, please wait
Slim
September 12, 2024, 12:58am
23
I found an actually useful guide.
I know there are guides on pseudo-health and what it is, so on this guide I’ll be mainly focusing on the BAR part. This is my first guide, hope you like it!
1.Game settings Go to the "Health&Shield part, and set this to No:
[image]
" The other settings you can choose for yourself.
2.The Pseudo-Health Properties Create a new property device like this.
[image]
Repeat this 2 times.
For the first property, make the name “Health” and set it to a player property. Make it a number typ…
061626
September 12, 2024, 12:59am
24
This is a brief overview of how you can do it:
Pseudo-health is tricking the game into using a property for health. Since it is a property we can set it to start at 100 (or 200 for shield) or some absurd number like 10,000.
[Screenshot 2023-10-17 10.07.54]
The default value is the amount of health that you want to start with.
If you want a zone to deal damage without using lasers do player entered zone (zone) → trigger (trigger) that trigger would subtract any amount you want from the property.
[Screenshot 2023-10-17 10.09.18]
And you…
Slim’s is more in-depth.
Slim
September 12, 2024, 12:59am
25
Wait- thats just the bar haha- whoops.
Welp there goes my shot at being a solution
I took too long