Advertisement
Hydasi

Life in Paradise - Poop Spammer

Mar 18th, 2023
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. turn into a turkey and use this:
  2.  
  3. local plr = game:GetService("Players").LocalPlayer
  4.  
  5. local chr = plr.Character
  6.  
  7. while wait() do
  8.  
  9. workspace.Events.Morph.Player:FireServer("Turkey")
  10.  
  11. if chr:FindFirstChild"IsaMorph" then
  12.  
  13. chr.IsaMorph:Destroy()
  14.  
  15. end
  16.  
  17. for i,v in pairs(chr.Torso:GetChildren()) do
  18.  
  19. if v:FindFirstChildWhichIsA"SpecialMesh" then
  20.  
  21. v:FindFirstChildWhichIsA"SpecialMesh":Destroy()
  22.  
  23. end
  24.  
  25. if v:IsA"BasePart" and v.Name == "Part" then
  26.  
  27. v:BreakJoints()
  28.  
  29. end
  30.  
  31. end
  32.  
  33. wait()
  34.  
  35. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement