Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to add a child to Packages using code and in studio?

Asked by
Zeuxulaz 148
3 years ago
Edited 3 years ago

In the Game Explorer tab in Studio (where you can add a PLACE using Studio, not the Roblox website), it has a section in it called Packages.

I want to know how I can add Models there, not just using code, but adding it in the regular, old Roblox Studio.

By "code" I mean something like this:


local Model = Instance.new("Model", game.Packages) Model.Name = "Test"

UPDATE: I know how to add packages without using code, but with code...?

0
It's impossible. Why do want to add it with code User#30567 0 — 3y

1 answer

Log in to vote
0
Answered by
Zeuxulaz 148
3 years ago

This is only to add a package without using code.

Right-click on a model and press "Convert to package...". Once you've done that, go to the Game Explorer tab and click the refresh button. Then, your model should appear as a package inside the Packages folder in the Game Explorer tab.

0
Put this in the question. User#30567 0 — 3y
Ad

Answer this question