The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Life in Paradise Annoying script! FUNNY script pastebin roblox
By Guest on 2024-09-18 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local plr = game:GetService("Players").LocalPlayer
  2. local chr = plr.Character
  3. while wait() do
  4. workspace.Events.Morph.Player:FireServer("Turkey")
  5. if chr:FindFirstChild"IsaMorph" then
  6.     chr.IsaMorph:Destroy()
  7. end
  8. for i,v in pairs(chr.Torso:GetChildren()) do
  9.     if v:FindFirstChildWhichIsA"SpecialMesh" then
  10.         v:FindFirstChildWhichIsA"SpecialMesh":Destroy()
  11.     end
  12.     if v:IsA"BasePart" and v.Name == "Part" then
  13.         v:BreakJoints()
  14.     end
  15. end
  16. wait()
  17. end