top of page
Search
Brendon Ross
Oct 21, 20231 min read
Using Loops In Loops In Roblox Studio
What Is A Loop In A Loop? If we look at a single loop you will see that the iterator(“I”) starts at 1. It is compared to the goal. If...
100 views0 comments
Brendon Ross
Oct 14, 20233 min read
Use RunContext To Create Local Parts In Roblox Studio
What Is A Local Part? Roblox Studio uses what is called a client server architecture. This means that when a game runs it is actually...
218 views0 comments
Brendon Ross
Oct 7, 20232 min read
Dealing Damage In Roblox Studio
Depending on the game mechanics you have in your experience there are a number of ways to do damage to your players. The most common is...
394 views2 comments
Brendon Ross
Oct 1, 20232 min read
Roblox Studio Region3
Understanding Region3 Region3 represents a volume created using two vector3 positions that are on opposite corners of a cuboid. The...
197 views0 comments
Brendon Ross
Sep 8, 20231 min read
How To Use The Changed Method
What is Changed? “Changed” refers to a method, or built in function that is a part of Roblox Studio. It can be thought of as a listener....
10 views0 comments
Brendon Ross
Sep 8, 20233 min read
Create A Billboard GUI
One of the key features of Roblox Studio is the ability to use the BillboardGui, which is a graphical user interface (GUI) element that...
231 views0 comments
Brendon Ross
Aug 27, 20231 min read
What Are Remote Functions?
Remote functions provide a means for server and client to send messages back and forth. The remote event lets the client sent a one way...
82 views0 comments
Brendon Ross
Aug 26, 20232 min read
Understanding Module Scripts
API Reference: https://create.roblox.com/docs/reference/engine/classes/ModuleScript What is a Module Script A module script is a type of...
113 views0 comments
Brendon Ross
Jun 15, 20232 min read
Using Trigger Parts In Roblox Studio
Roblox Studio is a great tool for game developers to create exciting and interactive games on the Roblox platform. One of the key...
248 views0 comments
Brendon Ross
Jun 11, 20231 min read
Damage And Heal Your Roblox Players
A healing pick up lets you restore some of your players health if they have lost any during your game. To create and test a pickup we...
49 views0 comments
Brendon Ross
Jun 3, 20232 min read
The Debris Service In Roblox Studio
In Roblox, the Debris Service is a useful tool for managing objects in a game world. It allows developers to automatically remove objects...
293 views0 comments
Brendon Ross
May 27, 20232 min read
How To Use Remote Events
Remote Events https://create.roblox.com/docs/scripting/events/remote-events-and-functions What are Remote Events? All Roblox experiences...
325 views0 comments
Brendon Ross
May 27, 20232 min read
What's A Local Script
Roblox defines a local script as follows. A LocalScript is a Lua source container that runs Lua code on a client connected to a Roblox...
114 views0 comments
Brendon Ross
May 20, 20232 min read
Camera Animation Using Tween Service
In Roblox Studio, camera animation can be used to add dynamic movement and visual interest to your game. By using interpolation, or the...
420 views0 comments
Brendon Ross
May 13, 20232 min read
What Are Attributes In Roblox Studio?
In Roblox Studio, attributes are a powerful tool for customising game objects and controlling their behaviour. Attributes are essentially...
377 views0 comments
Brendon Ross
Mar 28, 20231 min read
Learn to damage and heal your Roblox players
A healing pick up lets you restore some of your players health if they have lost any during your game.
59 views0 comments
Brendon Ross
Apr 9, 20194 min read
Roblox - Player And Character
For developers Roblox games are all about the player. What can the player do? Where is the player? Is the player dead? And the list goes...
562 views0 comments
Brendon Ross
Apr 3, 20194 min read
Game Design - What Works?
There are a lot of games in game world that manage to get the right combination of elements to make them a success. In this article I...
87 views0 comments
Brendon Ross
Apr 2, 20195 min read
Roblox - Learning Logic.
“Logic is a method of reasoning that involves a series of statements, each of which must be true if the statement before it is true.”...
156 views0 comments
Brendon Ross
Mar 29, 20194 min read
Game Review - Speed Run 4
Creator: Vurse Description Use code "Moon" for a new dimension! Unlock more dimensions by beating the game! Also, unlock game modes like...
104 views0 comments
bottom of page