Advertisement
pa1nx9

Unanchor all parts FE:

Sep 20th, 2021
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. for i, v in pairs(workspace:GetDescendants()) do
  2. if v:IsA("BasePart") then
  3. local args = {
  4. [1] = v,
  5. [2] = false
  6. }
  7.  
  8. game:GetService("Players").LocalPlayer.Backpack.nAnchor:FireServer(unpack(args))
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement