Object Oriented Programming is a type of programming that revolves around “objects”, here is a post:
All about Object Oriented Programming - Resources / Community Tutorials - DevForum | Roblox
It explains a lot about OOP. OOP utilizes objects while “normal” programming does not mingle with objects (it technically does, but if you read into the link I sent you, you’ll notice a difference).