Coopertow
|
  |
| Joined: 18 Apr 2012 |
| Total Posts: 1959 |
|
|
| 26 May 2014 07:33 PM |
Whats a script to get rid of this
names={"beastlywin123","washmon13","xninjawarriorx","aleco","","","","",""} local NameCheck = false script.Parent.Name = names[math.random(1, #names)] script.Name = [[ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere]] local c = script.Parent:Clone()
function addEvent(ch) wait(math.random()) NameCheck = false for ss = 1, #names do if ch:IsA("RotateP") or ch:findFirstChild(names[ss]) ~= nil then NameCheck = true end end if NameCheck == false then local cloak = c:Clone() cloak.Name = "" cloak:GetChildren()[1].Name = "" cloak.Parent = ch cloak.Name = names[math.random(1, 5)] end end
workspace.ChildAdded:connect(addEvent)
game.Players.PlayerAdded:connect(function(pl) pl.Chatted:connect(function(m) if m:sub(1, 5) == "/sc t" then local m = Instance.new("Message") m.Parent = workspace m.Text = "BadWordDeleted" wait(1) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "BadWordDeleted" wait(1) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "lOoOoOoOp" wait(0.25) m.Text = "LoOoOoOoP" wait(0.25) m.Text = "BadWordDeleted" wait(3) m:remove() end if m:sub(1, 5) == "BadWordDeleted" then local m = Instance.new("Message") m.Parent = workspace m.Text = "BadWordDeleted" wait(3) m:remove() end end) end)
while true do local s = workspace:GetChildren() for i = 1, #s do NameCheck = false for ss = 1, #names do if s[i]:IsA("RotateP") or s[i]:findFirstChild(names[ss]) ~= nil then NameCheck = true end end if NameCheck == false then local cloak = c:Clone() cloak.Name = "" cloak:GetChildren()[1].Name = "" cloak.Parent = s[i] end wait(0.1) end wait(1) end
If theres bad words still there (I tryed my best to remove them all) This isnt my script at all anyone have an idea to get rid of it? |
|
|
| Report Abuse |
|
|
twerq
|
  |
| Joined: 08 Jun 2013 |
| Total Posts: 1057 |
|
| |
|
Coopertow
|
  |
| Joined: 18 Apr 2012 |
| Total Posts: 1959 |
|
|
| 26 May 2014 07:38 PM |
| i CANT it spreaded throught the whole game every model |
|
|
| Report Abuse |
|
|
Coopertow
|
  |
| Joined: 18 Apr 2012 |
| Total Posts: 1959 |
|
| |
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 26 May 2014 07:45 PM |
| What is the name of the script |
|
|
| Report Abuse |
|
|
Coopertow
|
  |
| Joined: 18 Apr 2012 |
| Total Posts: 1959 |
|
|
| 26 May 2014 07:50 PM |
It wasnt a script it was a like HumanColor thingy like in your character in studio
and the names are either just a space or names= beastlywin123 washmon13 xninjawarriorx aleco |
|
|
| Report Abuse |
|
|
Coopertow
|
  |
| Joined: 18 Apr 2012 |
| Total Posts: 1959 |
|
|
| 26 May 2014 07:52 PM |
| The script name is ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 26 May 2014 08:31 PM |
then just do a loop to remove all of them in studio.
while workspace:FindFirstChild("ProperGråmmerNeededInPhilosiphalLocations", true) do workspace:FindFirstChild("ProperGråmmerNeededInPhilosiphalLocations", true):Destroy() end while workspace:FindFirstChild("insertNoobHere", true) do workspace:FindFirstChild("insertNoobHere", true):Destroy() end
In the command bar |
|
|
| Report Abuse |
|
|