Error in Advanced Tools display - 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: Error in Advanced Tools display (/showthread.php?tid=3747) |
Error in Advanced Tools display - Qwertygiy - 04-21-2011 Here's the screenshot: As you can see, the SpawnerScript's parent is in game.World, where it moved itself, yet Advanced Tools shows it 'inside' the TestSpawner, where it was created. RE: Error in Advanced Tools display - Jacob__mybb_import1 - 04-21-2011 Can you explain what you did in more detail? RE: Error in Advanced Tools display - Qwertygiy - 04-22-2011 I inserted the TestSpawner (containing a Texture, a SpawnPoint, and the SpawnerScript) via Model from File. The first line of the script is "script.Parent = game.World". In the Properties panel it shows "World" as "Parent" of the SpawnerScript. In the Explorer panel it shows the SpawnerScript "inside" the TestSpawner. RE: Error in Advanced Tools display - AK-47 - 04-22-2011 ^ I also used that to unfix water and de-anchor it. RE: Error in Advanced Tools display - Rare - 04-22-2011 It really looks like you might have done the script wrong. It looks like a void. Unless it was supposed to be like that.... I can't really tell what's happening. |