Hmm, how do you make a box that is on ALL 3 layers?
#1
This confuzzles me...
Reply
#2
Use layering techniques.
Reply
#3
... In buildism?
Reply
#4
True........
Reply
#5
Tis' a paradox!
[Image: 76561198037039305.png]
[Image: nmdd7o.gif]
Reply
#6
Wut? I want a box/part that can interact with all other layers.
Reply
#7
(04-18-2011, 09:17 AM)AK-47 Wrote: Wut? I want a box/part that can interact with all other layers.


Make 3 boxes exactly the same.
Make 1 box per layer.
Weld all the boxes in the same exact position.
Viola!
Reply
#8
^^ I would easy script that, but when one bow explodes, the other two might still fly off hitting other objects.
Reply
#9
Try this:
[lua]
while true do
wait()
if script.Parent.Layer == 1 then
script.Parent.Layer = 2
elseif script.Parent.Layer == 2 then
script.Parent.Layer = 3
else
script.Parent.Layer = 1
end
end
[/lua]

Wink[/lua]
Reply
#10
(04-18-2011, 02:14 PM)Qwertygiy Wrote: Try this:
[lua]
while true do
wait()
if script.Parent.Layer == 1 then
script.Parent.Layer = 2
elseif script.Parent.Layer == 2 then
script.Parent.Layer = 3
else
script.Parent.Layer = 1
end
end
[/lua]

Wink[/lua]

This would crash...because I think it would think it's a paradox.
I like manually making 3 blocks more.

[Image: siggggg.gif?t=1312782506]

[Image: signature.png?t=1312081740]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)