Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Future Random Levels
#11
Update:

100 Visits! Big Grin

Added: *Water Park
Reply
#12
Update:

Added: *King Ice
Tool: *Reset
Reply
#13
Idea: The Construction Site. You have a crane thingy and a brick wall. You click on a button on the crane, and its wrecking ball hits the brick wall, which smashes and you can get through.
Reply
#14
(08-01-2011, 01:46 PM)Qwertygiy Wrote: Idea: The Construction Site. You have a crane thingy and a brick wall. You click on a button on the crane, and its wrecking ball hits the brick wall, which smashes and you can get through.

It's a good idea, but I don't script.
Reply
#15
I could make it -- it'd only be like 10 lines. Tongue
Reply
#16
(08-01-2011, 01:55 PM)Qwertygiy Wrote: I could make it -- it'd only be like 10 lines. Tongue

That would be great if you can. Smile
Reply
#17
[lua]
button = script.Parent --put the script inside the clickbutton
crane = button.Parent --put the clickbutton inside the crane model
bawl = crane.Wrecker --name the demolition ball "Wrecker" and put it in the crane model
link(button.Clicked, function()
bawl.Fixed = false
end)
[/lua]

All you have to do is make a brick wall with a MaxForce of around 0.5 - 1, and position the ball on a rope so that when it becomes unfixed, it slams into the wall and smashes it.
Reply
#18
Thanks, but I kinda failed.
Reply
#19
Update:

Added: *Warehouse
Reply
#20
Random levels is fun =D
I failed at obby though
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)