Recent Article
Latest News Bits
User Created Meshes
Posted 2 years ago

You can now upload meshes to ROBLOX to use in your game! Textures can be applied as well.
Powered by



RoGo is not associated with the content contained on this website and/or the respected owners.
All trademarks, property, and copyrights belong to their respective owners, namely ROBLOX, Inc.
Showing posts for the month of: October 2017
.
RoGo’s Halloween 2014 First Place Contest Winner: FlameYeti
Posted 3 years ago by Zaqre
Posted in Featured Post
FlameYeti
FlameYeti is the RoGo’s Halloween 2014 Contest winner! To see who won second and third place, click here.
It was a cold, dark Halloween night. All the kids were with their friends outside trick or treating. All the houses were decorated with pumpkins, ghosts and scarecrows. Every house in the neighborhood was visited no more than ten minutes after it got dark. Most parents were ready for Halloween. All of the parents had gotten candy from the store, all of them but one.…
.
RoGo Halloween Contest Winner(s)
Posted 3 years ago by Zaqre
Posted in Contests

After a long month of waiting for submissions and reading over them, I am here to announce the contest winners of RoGo’s Halloween Contest of 2014!
FlameYeti
Since the first place story was so good, we had to make it its own article. To read the first place story, check out its very own post here.
Story by: deddi
It was a weekend night, a Saturday I think. I was home alone that night since my wife was out of town.…
.
2014 Halloween Gift Items
Posted 3 years ago by Ukenagashi
Posted in Reviews

This post will be a (short) review of each Halloween gift, and each item that came out of it. Simple as that.
Batty Gift of Affordable Style:
The first gift released, this cost 50 robux, and was selling from October 1, to October 3. Every Halloween gift sports a brand new mesh, this being no exception. Of course, every gift will have it’s own texture as well. First thought from looking at this gift: bats. Lots of bats. Orange and black, typical Halloween colours, and a nice purple bow to keep it shut.…
.
Interview with FedoraMasterB98
Posted 3 years ago by Fly10101
Posted in Interviews
fly10101: How did you Start TRC in the first place?
FedoraMasterB98: I always had this thing for Law Enforcement, wanting to be a cop since I was 5 years old; so, I always kept searching for sites that had police role-playing, and stumbled upon ROBLOX. I naturally enjoyed ROBLOX and ended up signing up. Later on, I created TRC to start up my own Police Department, and ever since we’ve been role-playing Law Enforcement.
fly10101: What has been the most exciting moment so far for TRC?…
.
Check This Out: Angels Fifteen by Crazyman32
Posted 3 years ago by FierceByte
Posted in Reviews

Crazyman32 is one of ROBLOX’s most profound content creators and has reshaped plane physics for ROBLOX. You can tell by his past hits like Perilous skies and Ro-Port Tycoon that he has a burning passion in scripting and aviation. His passion, and skill, shines through even more in his new project, Angels Fifteen. Angles Fifteen is a new, simpler approach at a dog-fighting game.
…
.
Beginner Lua Lesson 6: “return” and Callbacks
Posted 3 years ago by DerAtomik
Posted in Tutorials
return
The word “return” is bold and dark blue, just like “function,” “end,” etc. What it does, essentially, allows you to retrieve anything from a separate function. You call upon the function, and in that function, add “return,” followed by what to send back to what called upon the function; these must be on the same line, spaced once.
Example
function RetrieveAlivePlayers() local count = 0 for i, plyr in pairs(game.Players:GetPlayers()) do if plyr.PlayerIsAlive.Value then --Pretend this exists on the Player count = count + 1 end end return count end --Loop checks every 10 seconds how many Players are alive while true do local AlivePlayers = RetrieveAlivePlayers() print("There are currently "..AlivePlayers.." alive!") wait(10) end
Callbacks
A callback is the same as a function mostly.…
.
ROBLOX Releases New Particle Effects
Posted 4 years ago by CeruleanTides
Posted in ROBLOX News

Hello, RoGo fans! Today, an update was released changing the current particle effects. In this article, I will show you what they look like, and I will also write a short opinion on each. I’d like to start off by saying that I do like this update. I think all fire, smoke, sparkles and the new force field look quite impressive. There certainly have been mixed opinions about this update, which of course isn’t unusual for a ROBLOX update – especially since this has altered the look in most games.…
.
RoGo Contest
Posted 4 years ago by Zaqre
Posted in Contests

There is about a week left in the RoGo Contest. For more information please click here or click this link: http://www.rogomagazine.com/?p=1524
If you have any questions, leave a comment or shoot Prozaic a message on ROBLOX!…
.
Beginner Lua Lesson 5: “if” statements & “end” explained
Posted 4 years ago by DerAtomik
Posted in Tutorials
If you’ve read other scripts to practice your skills, you’ll very commonly see in bold, blue letters the words “if” and “end.” But what exactly do these mean?
if
“if” is used to check the parameters of a certain value, whether it be a string, object, or number. You can use it to check nearly everything. After “if,” you write what value you wish to check. Then, you will use == to see if that value matches with another value, which comes after the “==.” As well, you can do the opposite: check if two values do not match, by instead typing “~=”.…
.
Interview with Legospacepolice
Posted 4 years ago by Aedranoth
Posted in Interviews

Hey, RoGo Readers!
Today I’ll be posting yet another interview. I was especially enthusiastic about writing this one, as the ROBLOXian I’m interviewing, Legospacepolice, is the owner of my second favorite group—though it is a close second. I’ve only known Air Attica for a few months, but I took full interest in it as soon as I laid eyes upon the first plane.
Before I start the interview, I’d like the opportunity to be the interviewee to answer your questions you might be having.…
.
Posts in this archive cannot be found.