Advertisement
gumbyneck

Untitled

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