MIC UP Script | ALL HATS

44487e93964828450f21f33b1b9564b5-300x169-1
Created by skyr3x

Features:

  • ALL HATS
local RemoveOldHats = false -- remove old accessories?
local whitelist = {"hat to keep","some other accessory to keep"} -- exact name of hats to keep


local lp = game:GetService("Players").LocalPlayer
local ch = lp.Character
local hrp = ch:WaitForChild("HumanoidRootPart")

if RemoveOldHats then
   for i,v in pairs(ch:GetChildren()) do
       if v:IsA("Accessory") and not table.find(whitelist, v.Name) then
           v:Destroy()
       end
   end
end

for i,v in pairs(workspace:GetChildren()) do
   if v:IsA("BasePart") and v:FindFirstChild("TouchInterest") and not v:FindFirstChild("shading") then
       firetouchinterest(hrp,v,0)
       firetouchinterest(hrp,v,1)
   end
end

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of ServiceÂ