Advertisement
oatmeal2009

part spam

May 4th, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. while wait() do for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if (v:IsA("Accessory")) then v.Handle.Mesh:remove() end end for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if (v:IsA("Accessory")) then v.Parent = workspace end end game.Players.LocalPlayer.Character:BreakJoints() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement