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