|
Here's a proposal with no prize and no winning, just a little challenge to keep your head spinning! Open up studio and time 60 minutes, place your bricks without any limits!
Sixty Minute Dare::
This is a challenge in which you have 60 minutes to create anything within the ROBLOX studio, this can be a model, a game (GUI or Graphical), anything! Post the link to your entry below and have other people review it!
There are no prizes; but bear in mind your work may be seen by Studio HR's!
Rules::
_You can NOT pick up an old project, it has to be from scratch
_NO FREE MODELS!
_Unlimited entries, as long as they are a separate project
Example - [http://www.roblox.com/games/247967871/Obby-Sixty-Minute-Dare-SMD]
|
|
|
You should probably google what that abbreviation stands for... |
|
|
Of course I know, silly. Get building! |
|
FriedtjofJoin Date: 2010-07-02 Post Count: 1932 |
|
|
|
Niice! Good use of script |
|
DevPigJoin Date: 2010-03-04 Post Count: 198 |
I made this in about 34 mins could of used more of the time , but that's fine :3
http://www.roblox.com/games/248074255/Jump-Out-Sixty-Minute-Dare |
|
chimmihcJoin Date: 2014-09-01 Post Count: 17143 |
I wouldn't call that 60 minutes of scripting.
I script -~ chimmihc |
|
|
Nice challenge there DevPig; perhaps make the message be local so not everyone in the server sees it? And let it go awey ;-; |
|
|
You're right Chimhic, it should be the entire 60 minutes rather than 60 minutes or less |
|
DevPigJoin Date: 2010-03-04 Post Count: 198 |
xD , Should of done a bit of Touch ups like I said :P , but yeah it's local. |
|
DevPigJoin Date: 2010-03-04 Post Count: 198 |
And it's not going to be exactly 60 Mins any ways , might be higher or less |
|
|
FriedtjofJoin Date: 2010-07-02 Post Count: 1932 |
local y = 0
local rot = 1.571/10
local r = 0
while wait(.1) do
y = y + 1
r = r + rot
p = Instance.new("Part", game.Workspace)
p.Name = "Part"..y
p.Anchored = true
p.Size = Vector3.new(2, 1, 4)
p.CFrame = CFrame.new(0, y, 0) * CFrame.Angles(0,r,r)
p.CFrame = p.CFrame + (p.CFrame.lookVector*10)
p.BrickColor = BrickColor.random()
p.Material = "Slate"
p.BottomSurface = "Smooth"
p.TopSurface = "Smooth"
end
Was definitely 60 minutes of scripting.
Lord of all things, breaded and unbreaded. |
|
chimmihcJoin Date: 2014-09-01 Post Count: 17143 |
I would have done it a bit differently but meh.
I script -~ chimmihc |
|
|
That's a handy script to have c; However it is a really old place of yours ;o |
|
FriedtjofJoin Date: 2010-07-02 Post Count: 1932 |
>Non-BC
>I have to keep cycling places, and reusing old ones, or I lose the slot.
Lord of all things, breaded and unbreaded. |
|
|
|
I do that with NBC when I don't got money - But defeats the point tbh
KEEP POSTING ENTRIES:D |
|
FriedtjofJoin Date: 2010-07-02 Post Count: 1932 |
Not when that was previously a "lol this is 4 u" place
Lord of all things, breaded and unbreaded. |
|
|
I guess, keep posting entries! |
|