Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. pcall(function() workspace["castle"]:remove() end)
  2. workspac = Instance.new("Model")
  3. workspac.Parent = workspace
  4. workspac.Name = "castle"
  5. script.Parent = workspac
  6. doing = false
  7. closed = true
  8. function new(part, x, y, z, xx, yy, zz, parent, color)
  9. local brick = part
  10. brick.formFactor = "Custom"
  11. brick:BreakJoints()
  12. brick.Anchored = true
  13. brick.CanCollide = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement