Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UserPart=game.Players.ritemare --Replace rfggrt with your!!
- User=game.Players.ritemare.Character --Replace rfggrt with your!!
- --Created by rfggrt--
- function Chat(msg)
- if msg=="clean" then
- local d = game.Workspace:GetChildren()
- for i=1, #d do
- if (d[i].className == "Model") then
- if (d[i].Archivable == true) then
- d[i]:Remove()
- end
- end
- end
- local d = game.Workspace:GetChildren()
- for i=1, #d do
- if (d[i].className == "Message") then
- d[i]:Remove()
- end
- end
- local d = game.Workspace:GetChildren()
- for i=1, #d do
- if (d[i].className == "Part") then
- d[i]:Remove()
- end
- end
- local d = game.Workspace:GetChildren()
- for i=1, #d do
- if (d[i].className == "Seat") then
- if (d[i].Archivable == true) then
- d[i]:Remove()
- end
- end
- end
- local d = game.Workspace:GetChildren()
- for i=1, #d do
- if (d[i].className == "SelectionPartLasso") then
- d[i]:Remove()
- end
- end
- local d = game.Workspace:GetChildren()
- for i=1, #d do
- if (d[i].className == "SpawnLocation") then
- d[i]:Remove()
- end
- end
- local d = game.Workspace:GetChildren()
- for i=1, #d do
- if (d[i].className == "Tool") then
- d[i]:Remove()
- end
- end
- local d = game.Workspace:GetChildren()
- for i=1, #d do
- if (d[i].className == "TrussPart") then
- d[i]:Remove()
- end
- end
- local d = game.Workspace:GetChildren()
- for i=1, #d do
- if (d[i].className == "WedgePart") then
- d[i]:Remove()
- end
- end
- local d = game.Workspace:GetChildren()
- for i=1, #d do
- if (d[i].className == "Hat") then
- d[i]:Remove()
- end
- end
- local d = game.Workspace:GetChildren()
- for i=1, #d do
- if (d[i].className == "CornerWedge") then
- d[i]:Remove()
- end
- end
- end
- end
- UserPart.Chatted:connect(Chat)
- --Created by rfggrt--
- --Do Not Copy and recreate this script--
- --Ask to ©copyright this script--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement