#how i can create new instance
31 messages · Page 1 of 1 (latest)
you arent giving the part a parent
do
local mypart = Instance.new("Part")
mypart.parent = workspace
mypart.Position = Vector3.new(0, 10, 0)
this parents the part to the workspace and puts it 10 studs above spawn
uh , i going to try it
** You are now Level 1! **
how i make that
make what
then why are you asking for help here?
but how i solve this "parent is not a valid member of Part "Part"
already told you
i know very small of english :c
alright so
Está bien, lo que te recomendaría es aprender inglés completamente primero, y luego aprender programación. Esto se debe a que casi todo lo relacionado con la programación/codificación, dentro o fuera de Roblox, está en inglés.
:c, oh.
Básicamente se está diciendo que la palabra “parent” debe tener “Parent”, ósea, con P mayúscula.
claro, ponele myPart.Parent = workspace