Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function FUNCTION(a)
- FUNCTION(a)
- if (a.className == "Part") or (a.className == "Seat") or (a.className == "SpawnLocation") then
- a.Anchored = false
- end
- local b = a:GetChildren()
- for i=1,#b do
- FUNCTION(b[i])
- end
- end
- FUNCTION(game.Workspace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement