View difference between Paste ID: zGiGFrBD and 07fMMzCS
SHOW: | | - or go back to the newest paste.
1-
N = 0
1+
if game.Workspace.Misc.HatDonationBox == nil then
2-
Age = 0 --Server Age
2+
	A = Instance.new("Folder")
3
	A.Name = "Accessorys"
4-
for i, v in pairs(game.Workspace:GetChildren()) do --Move all non-needed objects to terrian.
4+
	A.Parent = game.Workspace.Misc.HatDonationBox
5
else
6-
	if v:IsA ("Model") or v:IsA ("Part") or v:IsA ("WedgePart") or v:IsA ("MeshPart") or v.Name == "Union" or v:IsA ("UnionOperation") and v.Parent == workspace then
6+
	A = game.Workspace.Misc.HatDonationBox.Accessorys
7-
		if MapThumbnail == nil then
7+
8-
		wait()
8+
9-
			--print(v.Name)
9+
for i, v in pairs(Workspace:GetChildren()) do
10-
			v.Parent = workspace.Terrain
10+
11-
			MapThumbnail = nil
11+
	if v:IsA ("Accessory") and v.Parent == Workspace then
12-
		else
12+
		v.Parent = A
13-
			print("The map is "..v.Name)
13+
14-
			v.Name = "Game"
14+