# Soba Wiki ## Docs - [How do I set my camera settings?](https://wiki.soba.xyz/behavior-editor/game-logic/camera.md): Here is a step-by-step tutorial to change your game camera settings - [How to set a checkpoint](https://wiki.soba.xyz/behavior-editor/game-logic/checkpoint.md): Here is a step-by-step tutorial to add checkpoints to your game - [How do I add a dialogue (text) to my game?](https://wiki.soba.xyz/behavior-editor/game-logic/dialogue.md): Here is a step-by-step tutorial to add dialogue to your game - [Adding or deducting Health](https://wiki.soba.xyz/behavior-editor/game-logic/health.md): Here is a step-by-step tutorial to add health to your game - [Leaderboard Settings](https://wiki.soba.xyz/behavior-editor/game-logic/leaderboards.md): Here is a step-by-step tutorial to add leaderboards to your game - [Single-player/Multiplayer Settings](https://wiki.soba.xyz/behavior-editor/game-logic/multiplayer.md) - [How do I add special effects or particles to my game?](https://wiki.soba.xyz/behavior-editor/game-logic/particles.md) - [How do I prompt texts to my game?](https://wiki.soba.xyz/behavior-editor/game-logic/prompt-text.md) - [Score logic](https://wiki.soba.xyz/behavior-editor/game-logic/score.md): Here is a step-by-step tutorial to add scores to your game - [How to create multiple spawn points](https://wiki.soba.xyz/behavior-editor/game-logic/spawnpoints.md): Here is a step-by-step tutorial to make multiple spawnpoints in your game - [How do I make a player teleport?](https://wiki.soba.xyz/behavior-editor/game-logic/teleport.md): Here is a step-by-step tutorial to make a player teleport in your game - [How to create a timer/countdown](https://wiki.soba.xyz/behavior-editor/game-logic/timer-countdown.md) - [How are Blocks executed?](https://wiki.soba.xyz/behavior-editor/general/block-execution.md): Blocks in Soba are executed sequentially, in the order they are arranged. - [What are Blocks?](https://wiki.soba.xyz/behavior-editor/general/blocks.md): Adding blocks to your game is the first step to creating logic on Soba. - [List of all blocks](https://wiki.soba.xyz/behavior-editor/general/blocks-list.md): Learn about all the no-code editor on Soba - [What are custom graphs?](https://wiki.soba.xyz/behavior-editor/general/custom-graphs.md): Learn how to change values in the behavior editor of Soba! - [What is a Lock?](https://wiki.soba.xyz/behavior-editor/general/lock.md): Learn what a Lock does on Soba! - [List of all nodes](https://wiki.soba.xyz/behavior-editor/general/nodes-list.md): Learn about all the no-code editor on Soba - [How do I change values?](https://wiki.soba.xyz/behavior-editor/general/values.md): Learn how to change values in the behavior editor of Soba! - [How to add text to my game](https://wiki.soba.xyz/behavior-editor/logic-on-objects/add-text.md): Want to add text to your game on Soba? Here is a step-by-step tutorial to introduce dialogues in your game. - [How to clone objects with behaviors](https://wiki.soba.xyz/behavior-editor/logic-on-objects/clone-objects.md): Here is a step-by-step guide to clone object with behaviors on your Soba Game - [How to attach and detach objects from a player](https://wiki.soba.xyz/behavior-editor/logic-on-objects/delivery-event.md): Create a dynamic object which attaches and detaches to make your game more interesting. - [How to create an invisible wall?](https://wiki.soba.xyz/behavior-editor/logic-on-objects/invisible-wall.md): Want to confuse your players? Add an invisible wall to guide your players how you want it. - [How to create a killing object?](https://wiki.soba.xyz/behavior-editor/logic-on-objects/killing-object.md): Want to spice up your game? Create a killing object to make your game more interesting. - [How to make an object appear and disappear?](https://wiki.soba.xyz/behavior-editor/logic-on-objects/object-appear.md): Want to spice up your game? Create a dynamic object which appears and disappears to make your game more interesting. - [How to create objects that you collect](https://wiki.soba.xyz/behavior-editor/logic-on-objects/object-collect.md): Adding collectible objects to your Soba game can add a fun goal to your game! Here is how to do it - [How to get object coordinates?](https://wiki.soba.xyz/behavior-editor/logic-on-objects/object-coordinates.md): Getting your object coordinates is super important if you want to move, teleport object and much more. - [How to make an object move?](https://wiki.soba.xyz/behavior-editor/logic-on-objects/object-move.md): Want to make your object move? Here is a step by step tutorial on how to do it on Soba. - [How to make an object scale?](https://wiki.soba.xyz/behavior-editor/logic-on-objects/object-scale.md): Want to spice up your game? Create a dynamic object which scales to make your game more interesting. - [How to make an object teleport?](https://wiki.soba.xyz/behavior-editor/logic-on-objects/object-teleport.md): Want to make an object teleport on Soba? Here is how to do it! - [How do I add a behavior on an object?](https://wiki.soba.xyz/behavior-editor/managing-behaviors/behavior-object.md): Adding behaviors to your objects is super important to make your game more interactive and fun - [How do I duplicate a behavior?](https://wiki.soba.xyz/behavior-editor/managing-behaviors/duplicate-behavior.md): Save time with duplicating behaviors to your objects - [How can I loop a behaviour?](https://wiki.soba.xyz/behavior-editor/managing-behaviors/loop-behavior.md): Adding loops to your game will save you a lot of time and will make your game more interactive and dynamic - [What are objects with pre-set behaviors?](https://wiki.soba.xyz/behavior-editor/managing-behaviors/preset-behavior.md): Want to build faster? With Soba, you can build right away with pre-set behaviors. - [How to make a player invincible?](https://wiki.soba.xyz/behavior-editor/working-with-players/invincible.md): Here is a step-by-step tutorial to make players invincible - [How do I change the speed of players?](https://wiki.soba.xyz/behavior-editor/working-with-players/player-speed.md): Here is a step-by-step tutorial to change the speed of players - [How to teleport players through interactions?](https://wiki.soba.xyz/behavior-editor/working-with-players/player-teleport.md): Here is a step-by-step tutorial to teleport players using the button interaction - [How to get a random player](https://wiki.soba.xyz/behavior-editor/working-with-players/random-player.md): Here is a step-by-step tutorial to get random players - [How can I added logic to my game?](https://wiki.soba.xyz/creating-your-game/general/behavior-editor.md) - [Making sense of buttons](https://wiki.soba.xyz/creating-your-game/general/buttons.md) - [Using controls](https://wiki.soba.xyz/creating-your-game/general/controls.md) - [What template should I start with?](https://wiki.soba.xyz/creating-your-game/general/what-template.md) - [How do I delete my game?](https://wiki.soba.xyz/creating-your-game/managing-your-game/delete.md) - [How do I make a copy of my game?](https://wiki.soba.xyz/creating-your-game/managing-your-game/game-copy.md) - [How do I change my game name?](https://wiki.soba.xyz/creating-your-game/managing-your-game/game-name.md) - [Can I create in Soba offline?](https://wiki.soba.xyz/creating-your-game/managing-your-game/offline.md) - [How to adjust the game rule settings?](https://wiki.soba.xyz/creating-your-game/managing-your-game/rules.md) - [How do I save my game?](https://wiki.soba.xyz/creating-your-game/managing-your-game/save-game.md) - [How do I set a thumbnail?](https://wiki.soba.xyz/creating-your-game/managing-your-game/thumbnail.md) - [How do I change the color of my objects?](https://wiki.soba.xyz/creating-your-game/world-building/color.md) - [How do I duplicate an object?](https://wiki.soba.xyz/creating-your-game/world-building/duplicate.md) - [What’s a dynamic object?](https://wiki.soba.xyz/creating-your-game/world-building/dynamic-object.md) - [How do I group and ungroup objects?](https://wiki.soba.xyz/creating-your-game/world-building/group.md) - [How do I change the mood or environment of my game?](https://wiki.soba.xyz/creating-your-game/world-building/mood.md) - [How do I add music and sound to my game?](https://wiki.soba.xyz/creating-your-game/world-building/music.md) - [How do I place objects and transform them?](https://wiki.soba.xyz/creating-your-game/world-building/place-objects.md) - [How do I move, rotate and scale an object?](https://wiki.soba.xyz/creating-your-game/world-building/transform.md) - [How do I delete my account?](https://wiki.soba.xyz/getting-started/account/account-delete.md) - [How do I change my character or username?](https://wiki.soba.xyz/getting-started/account/change-username.md) - [Can I create games with friends?](https://wiki.soba.xyz/getting-started/getting-started/co-creation.md) - [How do I download Soba?](https://wiki.soba.xyz/getting-started/getting-started/download.md) - [iOS Download Outside of UK/CA/DE](https://wiki.soba.xyz/getting-started/getting-started/download-testflight.md) - [Is Soba multi-platform?](https://wiki.soba.xyz/getting-started/getting-started/multi-platform.md) - [Can I use Soba offline?](https://wiki.soba.xyz/getting-started/getting-started/offline.md) - [PC keyboard shortcuts](https://wiki.soba.xyz/getting-started/getting-started/pc-controls.md): Discover the keyboard shortcuts available in our PC version. - [Quick start](https://wiki.soba.xyz/getting-started/getting-started/quick-start.md) - [What is Soba?](https://wiki.soba.xyz/getting-started/getting-started/what-is-soba.md) - [How do I use the controls?](https://wiki.soba.xyz/getting-started/play/controls.md) - [How do I interact with other players?](https://wiki.soba.xyz/getting-started/play/emotes.md) - [What are the different movements?](https://wiki.soba.xyz/getting-started/play/movements.md) - [Are all games multiplayer?](https://wiki.soba.xyz/getting-started/play/multiplayer.md) - [What does the remix button do?](https://wiki.soba.xyz/getting-started/play/remix.md) - [Introduction](https://wiki.soba.xyz/home.md): Welcome to the Soba wiki! We’re here to answer your game creation questions. ## OpenAPI Specs - [openapi](https://wiki.soba.xyz/api-reference/openapi.json)