I manually check scripts for viruses, (because most virus scanners do not work)
wondering what this line of code means.
function CLASS:Enable()
assert(self.IsEnabled == false, "OTS Camera System Logic Error: Attempt to enable without disabling")
self.IsEnabled = true
self.EnabledEvent:Fire()
self:ConfigureStateForEnabled()
For some reason I find this suspicious, here’s what the scrips are named, used for a weapons system.