Concepts of Gimkit Creative

This guide lists all of the different concepts in Gimkit Creative.

Advanced Order (Difficulty Rating: 8/10)

This text will be hidden

Advanced Update Order | Difficulty: 🟪

The Advanced Update Order Family 🟪

This is the order in which things are updated.

[poll type=multiple results=always min=1 max=1 public=true chartType=bar]
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
[/. [poll ]
Scope (Difficulty Rating: 7/10)

Say we have a channel. It broadcasts to a counter when a button gets clicked. The counter updates a property, which broadcasts to a respawner. If the scope is player, the player that clicks the button will get respawned. If the scope is team, then the player’s team gets respawned. You can also use relays to change the scope. However, you can’t switch it to a specific player. However, you can give a player an item and then run a channel for everyone that check if they have that item. If they do, then it will switch them to a team. Then, you can choose that team to switch the scope to. Scope also allows for barriers blocking bullets but not people.

Combining properties with scope gives us a memory saving powerhouse. Instead of having a property for each person, we have a single property for all the players!

However, scope is a little finnicky to work with. It is often the cause of lots of bugs in code. It is pretty hard to use if you come back to your map after a few days.

[poll name=poll2 type=multiple results=always min=1 max=1 public=true chartType=bar]
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
[/ [poll ]
Pseudo-Teaming (Difficulty 5-8)

The Art of Classical Psuedo Teaming: A Comprehensive Guide

Pseudo teaming is using items to team players, instead of using the regular team function. This allows for teams to have richer interactions than before! One of the most famous examples of pseudo-teaming is in the Gimkit replications of Among Us. This can also be changed into regular teams and back.

[poll name=poll3 type=multiple results=always min=1 max=1 public=true chartType=bar]
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
[/. [poll ]
Concatenation (Difficulty 4)

The Art of Concatenation: Credits to @Zypheir and @Blackhole927- Difficulty 7.5/10 or 🟧

Concatenation reduces your block usage and tedious tasks in making complex maps like ___land or Helpian Monopoly. This a rare case of if you can use it, you should.

[poll name=poll4 type=multiple results=always min=1 max=2 public=true chartType=bar]
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
[/ [poll ]
Coordinate Systems (Difficulty 5)

Coordinate systems can help you track where players are at and where they are going. This is the most efficient coordinate system:
The Tamian Coordinate System | Difficulty: 🟨 (Version 2.0)
This one uses as little zones as possible, but it is a little harder to work with.

Here is a more basic but MUCH more memory-intensive coordinate system:
The Tamian Coordinate System | Difficulty: 🟨 (See: Updated)

This one is just plainly easier to work with, but if the first one uses n zones, the second one use n*n zones!

[poll name=poll5 type=multiple results=always min=1 max=1 public=true chartType=bar]
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
[/ [poll ]
12 Likes

Nice guide so far!

1 Like

It’ll grow as I find some more concepts. Please list any more concepts that you know of in the comments.

2 Likes

Pseudo teaming?

1 Like

Oh yeah…

3 Likes

Would concatenation count as a concept?

1 Like

No. It’s a technique (i think i may be dumb)

3 Likes

Yea h it should count

1 Like

Ok. I don’t really know what to consider most things.

1 Like

Shouldn’t this be resources for concepts?

3 Likes

Yeah, good point. Make it a resources page!

2 Likes

Nice resource page, I like how you explained the concepts!

2 Likes

@getrithekd Nice guide!

2 Likes

Why can’t I edit this?

I was planning to add recursion.

2 Likes

There is an editing limit

1 Like

That would be nice… Thanks!

2 Likes

nvm

I cant make someone elses, sorry I forgot

Ok… :disappointed_relieved:

3 Likes