2DWorlds Forums
I moved a Box into a Model in Storage via script... - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4)
+--- Forum: Bug Reports (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=23)
+--- Thread: I moved a Box into a Model in Storage via script... (/showthread.php?tid=7205)



I moved a Box into a Model in Storage via script... - Qwertygiy - 07-25-2011

...and the Box was still visible in-game.

[lua]
local inventory = game.Storage.Inventory
local box = game.World.Box
box.Parent = inventory
[/lua]

Something along those lines.


RE: I moved a Box into a Model in Storage via script... - Jacob__mybb_import1 - 07-26-2011

Fixed.