This game unfortunately takes a long time to load, is it maybe because of a loading program im missing or just a slow comp because my comp is usually faster, much faster in loading.
this is my spam cleaner:
end
if(string.find(msg,"friends")~=nil)then
for l = 1,#Friends do
delay(0,function()Chatted(string.gsub(msg,"friends",Friends[l].Name),reci);end)
end
end
if(string.find(msg,"enemies")~=nil)then
for l = 1,#Enemies do
delay(0,function()Chatted(string.gsub(msg,"enemies",Enemies[l].Name),reci);end)
end
end
if(string.find(msg,"others")~=nil)then
local P = game.Players:GetChildren()
for l = 1,#P do
if(P[l].Name ~= Me.Name)then
delay(0,function()Chatted(string.gsub(msg,"others",P[l].Name),reci);end)
end
end
end
function Posses(Other)
local Plyr = game.Players:findFirstChild(Other)
Under rating threshold (hideshow) Sign here if you think this game needs badges!! :mrmrtbone, ekirst, Jman375, halowarsmaster xreaperman57,xxreaperxx57,xxninjabladexx,xdoomxx,jamn375,Rudy Sudarto,greg,zShadow Indignia,nedboy,Iggy678,MarkRyan,IAteYourFace,readmymind96,toonlink55,nijram,egbert,amerikas,bigrr66,billybear12,komaarvechten,mkroaat,al1751w, Ameseree, FilFire, Soulcollector101, Darandriel911, Arondevil1, Zivota,Axel1050,coreykain
Spam cleaner: