Advertisement
noslenpo

unanchor 1

Aug 28th, 2015
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function FUNCTION(a)
  2. FUNCTION(a)
  3. if (a.className == "Part") or (a.className == "Seat") or (a.className == "SpawnLocation") then
  4. a.Anchored = false
  5. end
  6. local b = a:GetChildren()
  7. for i=1,#b do
  8. FUNCTION(b[i])
  9. end
  10. end
  11.  
  12. FUNCTION(game.Workspace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement