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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)