Thanks
I'm not sure how to do
~~calculate the mass of the sun~~
i mean uh
Instance.new('Model').Parent = workspace
don't use the "p" variable in Instance.new('Model', p) because apparently it's quicker if you define the parent after serializing the model
it also allows you to prepare a model/object/part before it is shown to the public
so we can do this:
lua
local P = Instnace.new('Part')
P.Color = Color3.fromRGB(25,25,25)
P.Name = 'Hawfflwwe haus'
P.Position = Vector3.new(25, 25, 25)
P.Parent = true
we set ALL the necessary properties before the parent is even set, so it appears like the part was made just like that
cool, right? yeah, I know it is. :)