local a={Swim=0,fly=0,jump=0}for b,c in getrunningscripts()do if tostring(c.Parent)=="ReplicatedFirst"or a[c.Name]then c:Destroy()end end