Hmm, how do you make a box that is on ALL 3 layers?
#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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)