Advertisement
gumbyneck

Untitled

Jun 8th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. for _,v in pairs(workspace:GetChildren()) do
  2. if v:IsA("BasePart") then
  3. if v.Anchored == true then
  4. Remote = game.ReplicatedStorage.ClientBridge['RequestBlockDeletion']
  5. Remote:FireServer(v)
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement