Game Building
Tips, tutorials and help for Buzzy Game Builders
Roblox Studio Game Builder
- How to Add a Builder to Your Plot in Plugin 1. In the Widget, click no the Tools symbol to open up the Builder Menu. 2. Scroll down, and select the Add Builder button. 3. Add…
- How to Change Hex Colours in Plugin 1. On the left hand side, go to the widget ang click the Cog symbol at the end to get the Settings Menu, and click on World Settin…
- Claim a plot to start Building in Roblox Studio (Buzzy PlugIn) 1. After loading a Plugin in the studio you will see a plot selection above. Press play button (Top left) to simulate builders' vi…
- How to Code a Destructible Object When Clicked 1. Create an Object / Prop that you want to destroy when clicked 2. Select the Object / Prop created and open the Code Builder 3.…
- How to group parts together Ensure that you have claimed a plot, are in 'Create' mode, and have clicked on the 'Build' button on the left side of the screen.…
- How to Model a Low-Poly Pumpkin 1. Open Build, go to New Part Tool, and select Sphere 2. Select the object, then resize the sphere to make it larger 3. Duplicate…
- How to Build a Blueprint With the Buzzy 1. Start by opening the Build Tools. 2. Then click on the Blueprint Tool. 3. Choose a blueprint you like and place it in your plot…
- How to Make a Slide 1. Go to Build and create new parts to make a ladder for players to climb up the slide. 2. Go to Props then go to the Buff section…
- Create Unanchored (Free moving) Objects Make objects move freely on your plot! 1. Open a "code builder" on your selected part (Shape) 2. Find "At Start" in "Events" = (Ye…
- Make objects fade in and out using Code Builder Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- Move objects to a specific location when clicked Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- Change gravity by touching a part using the code builder 1. Place the part to act as your button. Select it and open up the code builder. 2. From the Events, start with a When player touc…
- How to Change Player's Size by Clicking on an Object/Prop 1. Place a Part/Prop that you want the players to click on. Note that you can't do this with grouped parts/props 2. Select on the…
- How to change player size when touching an object Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- How to code fading transparency If you want this to reveal a secret doorway, turn the collision off with the Collision tool! 1. Select the part you want to code a…
- How to make objects scatter when touched by player Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- How to Switch Between Day and Night Using Buttons 1. Let's start by using the New Part Tool to add our button to our plot. 2. Next, we'll click on this button to open our Propertie…
- How to Turn a Prop Into an Enemy When Clicked 1. Start by placing the prop that will chase the player on your plot. 2. Select the prop, and select this button to open our Prope…
- Make object fall when it's touched Let's create a script that makes any object fall when it's clicked! 1. Choose your favourite object! 2. Select the object and open…
- Create a Model using a prop as an example This tutorial may be especially useful if you reach your limit in prop count (100), here is how you can create a very similar shap…
- Create a simple tree To build a beautiful forest and avoid using all your props limit (Which is 100 props per plot) follow these simple steps! 1. Navig…
- How do I play my game? Please ensure that you're inside your camp server and you have claimed a plot. 1. Navigate to the top of the screen and click the…
- Change color of an object, then make it a Killbrick This tutorial will be perfect for building an Obby! 1. Open a "code builder" on your selected part (Shape) 2. Find "When touched b…
- Change size of an object, when touched This tutorial is perfect for imitating growing fruits and vegetables. Well, anything that you'd want to expand in size! 1. Open th…
- How to code a "punching wall" obby part 1. Start with your wall and add whatever stepping blocks you want. In this example, they are round ramps made from wedges 2. Place…
- How to Give Players Points when Interacting with an Object 1. Go to Props or create a part, and place a Prop/Part you want Players to interact. Note that you can't do this with grouped part…
- How to Make a Spinning Kill Block 1. Go to Build and make a new part tool Cylinder. 2. Resize the Cylinder for however long you want the Cylinder to be. 3. Click on…
- How to make a spinning police siren Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- How to Make a Working Bouncy House 1. Start with your simple bouncy castle build of any kind. Select the "floor" part and open up the Code Builder. 2. Place a when t…
- How to Morph/Change Players into a Prop 1. Go to Props, and place a Prop you want Players to Morph into. 2. Click on the Prop and open Code Builder 3. Go to the Events se…
- Making an Object Fall When Touched This tutorial is perfect for an obstacle course! 1. Open the Code Builder on your preferred shape. 2. Name your script and object.…
- Create a KillBrick Let's create a Kill Brick to lower players health during the game! 1. Create an object that you want to be a kill brick. 2. Open a…
- Create a movable door for your house! 1. Start by opening the code builder for your door object! 2. Select "when player clicks object" block in "Events" 3. Select "twee…
- How to Make a Button That Increases the Size of Other Objects 1. Start by using the New Part Tool to place your button part on your plot. 2. Next, click this button to open up the Properties t…
- How to Make a Moving Kill Block 1. Place a Part/Prop that you want the players to click on. Note that you can't do this with grouped parts/props 2. Click on the P…
- How to Make a Part Glow and Pulse 1. Start by placing a part on your plot. 2. Next, we can use our Paint Tool to make the part whatever colour we like! 3. Now we ca…
- How to Make a Sliding Door 1. Create a Normal Part over your door hole and create the right material for your door. 2. Click on the door you've just made and…
- How to make parts change players speed obby level 1. Place a part on the ground that you can step on, and open the code builder 2. Start with a When touched by a player block from…
- How to make the "swinging axe" obby level 1. Start by placing your jumping parts, making thick cylinders above. make sure the cylinders are as thick as the jumping part so…
- Create a Two Player rising platform 1. Create a plank and Two buttons like the GIF above 2. Start with a Plank Code. Find "At Start" in "Events" (Yellow Button) Conne…
- How do I find my games? Go to the creations page and enter your Roblox username or camp code to find your games.
- Change Players Health 1. Open Code Builder 2. Find "At Start" in "Events" (Yellow Button) You can also use different Event Triggers, that best suit your…
- How to Code Player to Stick to a Block This works on moving objects too, to help keep the player on the block as it moves 1. Click on the part you want to stick to and o…
- How to use Global Variable Code Blocks This doc will explain what and how to use the set global variable --- to --- and get global variable ---. you can use this informa…
- How to Code an Elevator with Buttons 1. You will need 3 parts for the actual coding part. For this example it will be simple blocks but you can put this in your elevat…
- How to make a Bumping Bumper 1. Select the part you want to make into a bumper, and open up the code builder If it is made of multiple parts, make sure you mer…
- How to make a flipping platform Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- How to Make a Low Gravity Plot 1. Create a Normal Part and resize it so it covers the whole plot. Tip: Adjust the Increment on the resize tool to 0.01 to accurat…
- How to Make a Non-Collidable Object 1. Create a Part or Prop that you would like to make as a non-collidable object. Note that you can't do this with grouped parts/pr…
- How to make a Rolling Snowball Cannon 1. Start with your cannon. This one is made with tube and sphere, aswell as a "Cannonball". In this example its a giant snowball.…
- How to make an animated treadmill Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- How to Turn All Players Into Props This will turn all players into a prop when the game is played. eg, making everyone astronauts for a space game 1. Place a prop yo…
- Create a floating bubble This object that we will create, can made into an amazing popping bubbles game, or a great entourage! 1. Let's create a ball under…
- How to Make an Object Float On Mouse Click 1. Select on the Object/Props then click on the Code Builder button 2. Go to the Events section, then drag in "when player clicks…
- How to Make Conversational Choices and Answers with NPCs 1. Go to Props and select on the NPC you want to buy and place on the scene. 2. Select on the NPC and go to Code Builder 3. Go to…
- How to Make a Button That Shrinks the Player 1. Start by using the New Part Tool to place a part in your plot. 2. Select your part and press this button to open up the Propert…
- How to Switch Between Model and Union 1. Place your model in your plot. 2. Open the Build Tools and select your custom model. 3. Select the Group Parts Tool. 4. To swit…
- Open Buzzy Plug-In in Roblox Studio 1. Download the latest version of the PlugIn 2. Open Roblox Studio 3. Click add experience 4. Select "File" in the top right corne…
- Automatically Changing Object/Prop Invisibility on Random 1. Place a Part/Prop that you want the players to click on. ${color}b41d1d ${color}901818) 2. Click on the Object/Part, then go to…
- How to make a fog effect or make smoke fall 1. Select the the decorate tool and click on an object to add your effect to 2. Add a Smoke effect to an object 3. Set the velocit…
- Broadcast and Receive Events 1. To understand the Broadcast and Recieve event blocks, lets think of it in another way. The Broadcast Event is like the phone th…
- Changing Player's Invisibility 1. This is a make player invisible block from the Players section. When attached in code it will make the player invisible dependi…
- Code an Elevator reactive to a Button 1. Let's start with a "Button" 2. Select "Button" Object and open the Code Builder. 3. Find "At start" in "Events" (Yellow Button)…
- Make an object move in one direction, then go back to it's original position 1. Open the "code builder" on your selected part (Shape) 2. Find "At Start" in "Events" = (Yellow Button) 3. Find "Do forever" in…
- Platform activates after stepping on the object (Button) 1. Create a platform with the button on top Platform here is important, because it will be understanding, when player steps off th…
- Teleport from one object to the other 1. Create two shapes and place them opposite of each other 2. Name the top shape "Portal Top" Note that correct naming conventions…
- Animate a simple rotation using Code Builder Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- How to code an interactive conversation with an NPC This is for when you want to speak back and forth, giving the player options to speak. 1. Select the NPC you wish to talk to and o…
- How to code an object to fall with a button 1. Using the new part tool, place a part on the ground to act as your button, and another part to hold up your object 2. Place you…
- How to give parts Magic effects This is a great way to add a fantasy element to your game! 1. Select the part you want to cast a spell on and turn it Neon using t…
- How to Loop Through a Set of Colours 1. Start by using the New Part Tool to create the part you want change the colour of. 2. Next, open up the Code Builder for that p…
- How to Make a Part Change Colour when Clicked 1. Use the New Part Tool to place a new part on your plot. 2. Open the Code Builder and add a new script. You can use this name he…
- How to make an object disappear when touched by a player Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- How to Make an Object Fade Out When Clicked 1. Use the New Part Tool to place a part on your plot. 2. Open the Code Builder on the part and make a new script. You can use the…
- How to Make an Object Fly Around Your Plot 1. Start by choosing the object that you want to make fly, and place it on your plot. 2. Open up the Code Builder for that object…
- How to Move an Object Side to Side 1. Start by using the editor tool to place a part in your plot. 2. Next, open the Code Builder for the part you want to move. Make…
- How to use the Collision tool Using the collision tool can be a fun addition to your obby or play fun tricks on your friends 1. Select the part you want to chan…
- Make NPC's talk and select their behaviour 1. Firstly click on your NPC then open the Code Builder or click on the </ icon 2. Navigate to the "At Start" block in "Events" (Y…
- How to Code a Teleporting Player Button 1. Select the part you want as your button and open up the code builder. 2. From the Events section, place a when touched by a pla…
- How to make a Pendulum Obstacle Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- How to make a rotating Obstacle Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- How to Make a Seesaw 1. Go to Build, and create new parts to make a the seesaw 2. Click on the normal and open Code Builder 3. Go to the Events Section…
- How to Make Slippery Ice 1. Select your part and open up the code builder. 2. Place an at start block from Events , then follow it with a set object "varia…
- Animate an object to move back and forth Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- Change transparency on the object (Eaten food effect) Perfect example for creating a food eaten effect! 1. Add a name to your script! 2. Open the Code Builder by pressing </. 3. Find t…
- How to Change the Time Setting by Clicking on Object 1. Place a Part/Prop that you want the players to click on. Note: You can't do this with grouped parts/props. 2. Click on the part…
- How To Code a Swimming Fish In a Tank 1. Start with your fish in the tank. If it's made up of multiple parts, make sure to hit Merge with the Group Parts tool. It needs…
- How to Code Moving Ramp Obby Level 1. Start with a rectangle on the ground and open up the code builder. 2. Place an At Start from Events, followed by a change veloc…
- How to Tween Transparency for an Object 1. Place a Part/Prop that you want the players to click on. Note that you can't do this with grouped parts/props 2. Click on the P…
- Make a Disappearing Block Obstacle course Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- Make blocks disappear in a sequence Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- Making an object rotate, when touched This tutorial would be perfect for animating objects and making an Obby! 1. Open the code builder 2. Name your Script and the Obje…
- How to make multiple objects rotate in one direction Make sure to have claimed a plot, be in 'Create' mode, and press the 'Build' button on the left side of the screen until you see a…
- How to Change Your Game Time Settings 1. Open up the settings tab on the left hand side. 2. Next, look for the Time Settings in your settings dock on the right-hand sid…
Buzzy Build Jam
- Build Jam Events and Community Scheduled drop in build sessions on private Buzzy servers on Roblox available throughout July Dates and times will be shared via e…
- Building and submitting Use Roblox Studio with access to Buzzy Builder Join the server using your build code Watch our getting started videos Use any of t…
- Getting Started for the Build Jam Parent signs up on behalf of student and gives consent Student does not need to share their own email address Student receives a b…
- How do I register to get my build code? Once you've registered you will receive an email with an invitation that contains your unique build code. K-12 students: Parent/gu…
- Other FAQs Students (K–12): No email needed Parents: Yes, used for registration and communication Tertiary students: Must use own email to si…
- What device do I need to participate? (for e.g. tablets, chromebooks, laptops and desktops) https://www.roblox.com/download Must have internet access and permission to…
- Winners and Prizes Judged by Buzzy team and guest judges (game developers and content creators) Criteria for K-12 includes: Creativity Collaboration…