This is a wiki remake of @getrithekd’s guide.
No one is editing
(replace “No One” with your name when you edit)
Advanced Order (Difficulty Rating: 8/10)
Advanced Update Order | Difficulty:
The Advanced Update Order Family
This is the order in which things are updated.
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.
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.
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.
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^2 zones!
Devices Systems (Difficulty 3/10-1/10)
How to make a time that starts when game start
How to make a simple teleporter!
How to Make a Simplified Bed Breaking System <-for bedwars
Credits: @awesomeT43, @getrithekd, @Haiasi @Pandapants2000