07-25-2011, 11:13 PM
...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.
[lua]
local inventory = game.Storage.Inventory
local box = game.World.Box
box.Parent = inventory
[/lua]
Something along those lines.