--BROUGHT TO YOU BY RobloxScripter.com!--
local e = game:GetService("Workspace").LevelSections:GetDescendants()
for _,v in next, e do
if v.Name == 'TouchInterest' then
firetouchinterest(v.Parent, char.HumanoidRootPart, 0)
firetouchinterest(v.Parent, char.HumanoidRootPart, 1)
end
end