SHOW:
|
|
- or go back to the newest paste.
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) |