Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for _,v in pairs(workspace:GetChildren()) do
- if v:IsA("Part") or ("Wedge") or ("Truss") then
- Remote = game.ReplicatedStorage.ClientBridge['RequestBlockDeletion']
- E = v
- Remote:FireServer(v)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement