Posts: 3,112
Threads: 192
Joined: Apr 2011
Reputation:
0
08-01-2011, 01:40 PM
(This post was last modified: 08-01-2011, 01:45 PM by Harlogir.)
Update:
Added: *King Ice
Tool: *Reset
Posts: 5,683
Threads: 413
Joined: Aug 2012
Reputation:
0
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.
Posts: 5,683
Threads: 413
Joined: Aug 2012
Reputation:
0
[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.
Posts: 3,112
Threads: 192
Joined: Apr 2011
Reputation:
0
08-01-2011, 03:25 PM
(This post was last modified: 08-01-2011, 03:25 PM by Harlogir.)
Thanks, but I kinda failed.
Posts: 3,112
Threads: 192
Joined: Apr 2011
Reputation:
0
Update:
Added: *Warehouse
Posts: 2
Threads: 0
Joined: Aug 2011
Reputation:
0
Random levels is fun =D
I failed at obby though