Silver_cole

wallwalk (doesnt work well with r6)

Oct 8th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function _G.wall(user)
  2. do
  3. require(3374860014):load(user)
  4. pcall(function()
  5. if not workspace:FindFirstChild'CHARACTERS' then
  6. Instance.new("Folder",workspace).Name = "CHARACTERS"
  7. print'cloned'
  8. end
  9. end)
  10. end
  11. end
  12.  
  13. wall(owner.Name)
Add Comment
Please, Sign In to add comment