--Ghost Props On Spawn: hook.Add("PlayerSpawnedProp", "_APA.AntiSpam.PropSafeSpawn", function(_, _, ent) if IsValid(ent) and APA.Settings.GhostOnSpawn >= 1 then local phys = ent:GetPhysicsObject() if phys:IsValid() then APA.Ghost.Force( ent ) ent.APGhostOff = false end end end)