The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Hats To Parts script pastebin roblox
By Hats To Parts on 2024-09-23 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2.     if v:IsA("Accessory") then
  3.         if v.Handle:FindFirstChildOfClass("Mesh") or v.Handle:FindFirstChildOfClass("SpecialMesh") then
  4.             if v.Handle:FindFirstChildOfClass("SpecialMesh") then
  5.                 v.Handle:FindFirstChildOfClass("SpecialMesh"):Remove()
  6.             end
  7.         end
  8.     end
  9. end



  • Recent Roblox Scripts