So I have been trying to figure out the code and all I could find is:
local kill = { 'prop_physics' } local ent = ACTIVATOR if table.HasValue(kill, ent:GetClass()) then ent:Remove() end[/code
I try to switch ACTIVATOR with the name of my trigger in the map but it just seems to error out. Any help would be awesome.