Advertisement
Pro_Pastebin_Person1

Untitled

Mar 25th, 2020
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Workspace.Prison_Cellblock.doors:Destroy()
  2.  
  3. for i,v in pairs(workspace:GetChildren())do
  4. if v.Name == "Doors" then
  5. v:Destroy()
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement