04-18-2011, 04:01 AM
This confuzzles me...
Hmm, how do you make a box that is on ALL 3 layers?
|
04-18-2011, 04:01 AM
This confuzzles me...
04-18-2011, 04:21 AM
Use layering techniques.
04-18-2011, 04:27 AM
... In buildism?
04-18-2011, 04:57 AM
True........
04-18-2011, 09:17 AM
Wut? I want a box/part that can interact with all other layers.
04-18-2011, 11:16 AM
04-18-2011, 11:36 AM
^^ I would easy script that, but when one bow explodes, the other two might still fly off hitting other objects.
04-18-2011, 02:14 PM
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] [/lua]
04-18-2011, 02:22 PM
(04-18-2011, 02:14 PM)Qwertygiy Wrote: Try this: This would crash...because I think it would think it's a paradox. I like manually making 3 blocks more. |
« Next Oldest | Next Newest »
|