Advertisement
Guest User

Fe small skin roblox

a guest
Jul 10th, 2021
7,100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. --Shit ass script made by failedmite57926
  2.  
  3. local LocalPlayer = game:GetService("Players").LocalPlayer
  4. local Character = LocalPlayer.Character
  5. local Humanoid = Character:FindFirstChildOfClass("Humanoid")
  6.  
  7. local function rm()
  8. for i,v in pairs(Character:GetDescendants()) do
  9. if v:IsA("BasePart") then
  10. if v.Name ~= "Head" then
  11. for i,cav in pairs(v:GetDescendants()) do
  12. if cav:IsA("Attachment") then
  13. if cav:FindFirstChild("OriginalPosition") then
  14. cav.OriginalPosition:Destroy()
  15. end
  16. end
  17. end
  18. v:FindFirstChild("OriginalSize"):Destroy()
  19. if v:FindFirstChild("AvatarPartScaleType") then
  20. v:FindFirstChild("AvatarPartScaleType"):Destroy()
  21. end
  22. end
  23. end
  24. end
  25. end
  26.  
  27. rm()
  28.  
  29. wait(0.5)
  30.  
  31. Humanoid:FindFirstChild("BodyTypeScale"):Destroy()
  32.  
  33. wait(1)
  34.  
  35. rm()
  36.  
  37. wait(0.5)
  38.  
  39. Humanoid:FindFirstChild("BodyWidthScale"):Destroy()
  40.  
  41. wait(1)
  42.  
  43. rm()
  44.  
  45. wait(0.5)
  46.  
  47. Humanoid:FindFirstChild("BodyDepthScale"):Destroy()
  48.  
  49. wait(1)
  50.  
  51. rm()
  52.  
  53. wait()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement