AndrewTheMaster

Workspace unlocker

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