Im trying to change the size and position of a part and its giving me a nil output, any help?
script.Parent.Popcorn.PopcornPart.Size = script.Parent.Popcorn.PopcornPart.Size + Vector3.New(0,0.10,0) script.Parent.Popcorn.PopcornPart.Position = script.Parent.Popcorn.PopcornPart.Position + Vector3.new(0,0.050,0)