top of page

Search


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...
Brendon Ross
Oct 21, 20231 min read
109 views
0 comments


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...
Brendon Ross
Oct 14, 20233 min read
250 views
0 comments


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...
Brendon Ross
Oct 7, 20232 min read
485 views
2 comments


Roblox Studio Region3
Understanding Region3 Region3 represents a volume created using two vector3 positions that are on opposite corners of a cuboid. The...
Brendon Ross
Oct 1, 20232 min read
239 views
0 comments


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....
Brendon Ross
Sep 8, 20231 min read
12 views
0 comments


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...
Brendon Ross
Sep 8, 20233 min read
280 views
0 comments


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...
Brendon Ross
Aug 27, 20231 min read
91 views
0 comments


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...
Brendon Ross
Aug 26, 20232 min read
118 views
0 comments


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...
Brendon Ross
Jun 15, 20232 min read
296 views
0 comments


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...
Brendon Ross
Jun 11, 20231 min read
52 views
0 comments


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...
Brendon Ross
Jun 3, 20232 min read
323 views
0 comments


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...
Brendon Ross
May 27, 20232 min read
364 views
0 comments


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...
Brendon Ross
May 27, 20232 min read
132 views
0 comments


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...
Brendon Ross
May 20, 20232 min read
483 views
0 comments


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...
Brendon Ross
May 13, 20232 min read
421 views
0 comments

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.
Brendon Ross
Mar 28, 20231 min read
59 views
0 comments


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...
Brendon Ross
Apr 9, 20194 min read
621 views
0 comments


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...
Brendon Ross
Apr 3, 20194 min read
87 views
0 comments


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.”...
Brendon Ross
Apr 2, 20195 min read
159 views
0 comments

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...
Brendon Ross
Mar 29, 20194 min read
110 views
0 comments
bottom of page