Roblox Announcements!
Monday, September 12, 2011
Saturday, July 30, 2011
Monday, July 11, 2011
Tuesday, July 5, 2011
Interview with xLEGOx
Q1: When did you join ROBLOX?
A1: Late 2007, I actually became active just around December 2007
Q2: How did you become famous on ROBLOX?
A2:
Early on: I made the first real "class warfare" place by inventing weapons and characters consisting of a whole bunch of smaller pieces welded together. More recently: I made the first carts + tracks, and along with me they're sort of ingrained in the Roblox culture now.
Q3: Did anyone ever call you a noob back in the day and then be like "Sorry about that" now because you're all famous and stuff?
A3: I never played games much, only made them, so I don't think people really had a chance to.
Q4: Who was your first friend on ROBLOX besides Builderman?
A4: You can see that just by looking at my profile. "pethip" is a real life friend, "killa12345" would be the first friend from Roblox.
Q5: Who is your Best friend out of all of your Best Friends on Roblox?
A5: Dillonu. One of the only people I actually know well who I met through Roblox.
Q6: Have you ever quit ROBLOX and have came back?
A6: Nope.
Q7: Are you planning on quitting in the future or anytime soon?
A7: No. If anything I will just keep playing less than less as time goes on and I do other stuff, not really quit.
Monday, July 4, 2011
Happy 4th of July!
Fourth of July is a celebration day of the day when America finally won their independence
over Great Britain.
ROBLOX Celebrates this day everyday, if you have seen in the catalog, there are a verity of new hats, gears, and packages.
The #1 Most recommended Fourth of July Item is...
AmeriPhones!
They look popular too, but personally, I think EarthPhones are better.
Which do you like better?
Vote on the Poll on the side Bar ------------------------->
-
Doogy700
over Great Britain.
ROBLOX Celebrates this day everyday, if you have seen in the catalog, there are a verity of new hats, gears, and packages.
The #1 Most recommended Fourth of July Item is...
AmeriPhones!
They look popular too, but personally, I think EarthPhones are better.
Which do you like better?
Vote on the Poll on the side Bar ------------------------->
-
Doogy700
Wednesday, June 29, 2011
Scripting Help 6/29/11
Dear Doogy700,
The following script would be the output of something, yet it doesn't work correctly, please help me.
Workspace.SpawnBox.Cancollides.SpawnLocation.Script:1: 'then' expected near '='
Script:
if game.Workspace.Message.Text="Lets start"
then script.Parent.Cancollide=false
wait(5)
script.Parent.Cancollide=true
-ineedhelpwithscripting
Dear ineedhelpwithscripting,
It doesn't work because you have a word on the wrong line, here is the correct script:
Workspace.SpawnBox.Cancollides.SpawnLocation.Script:1: 'then' expected near '='
Script:
if game.Workspace.Message.Text="Lets start" then
script.Parent.Cancollide=false
wait(5)
script.Parent.Cancollide=true
Why? Because = is used to set a variable
x = 5
t = "lol hai"
== is used to compare two things.
if x == 5 then
elseif t == "lol hai" then
I hope you understand.
-
The following script would be the output of something, yet it doesn't work correctly, please help me.
Workspace.SpawnBox.Cancollides.SpawnLocation.Script:1: 'then' expected near '='
Script:
if game.Workspace.Message.Text="Lets start"
then script.Parent.Cancollide=false
wait(5)
script.Parent.Cancollide=true
-ineedhelpwithscripting
Dear ineedhelpwithscripting,
It doesn't work because you have a word on the wrong line, here is the correct script:
Workspace.SpawnBox.Cancollides.SpawnLocation.Script:1: 'then' expected near '='
Script:
if game.Workspace.Message.Text="Lets start" then
script.Parent.Cancollide=false
wait(5)
script.Parent.Cancollide=true
Why? Because = is used to set a variable
x = 5
t = "lol hai"
== is used to compare two things.
if x == 5 then
elseif t == "lol hai" then
I hope you understand.
-
Tuesday, June 14, 2011
Subscribe to:
Posts (Atom)