#Instance not working for some reason
20 messages · Page 1 of 1 (latest)
your parenting it to workspace after applying the properties
so do I put the parenting before all applying the properties
it's best practice to set the parent last, or am I wrong
well its still not there
what is your script parented to
workspace
local myPart = Instance.new("Part")
myPart.Transparency = 0.5
myPart.Anchored = true
myPart.Position = Vector3(13, 3, 50)
myPart.Parent = game.Workspace
** You are now Level 1! **
try moving it to serverscriptservice maybe
also as a quick sanity check add a print statement to see if the script is actually running at all
try using Vector3.new(13,3,50)
lol i come back after 2 years
vector3.new saved the day
the part probably actually is there just at 0,0,0 inside the spawn location
Right
I now have a brick over a brick
magic