local function IsWhitelistedClass(cls) return (string.match(cls, "prop_physics*") or string.match(cls, "func_physbox*") or string.match(cls, "ttt_kfc") or string.match(cls, "ttt_evil_kfc") or string.match(cls, "ttt_chicken") or string.match(cls, "sent_egg"))end
if (not ent.AllowPropspec) and (not IsWhitelistedClass(ent:GetClass())) then return end