generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

Re: Did this script make my game run slower?

Previous Thread :: Next Thread 
The2ndmatt is not online. The2ndmatt
Joined: 28 Aug 2011
Total Posts: 110
08 May 2014 10:48 AM
So,my game began running slower,and Im trying to identify what made it slower.

And,what I found is,in every object,there are some random letters in the "Hole" object in every model/part.

This is what is inside each of them


names={"sosolid2k244 ", "IAmHereToHeålYourPlace", "FeelFreeToIns3rtGrammåticålErrorsHere", "ThisScriptIsAJumpStartToAHeålthyLifestyle", "FreeStyleMåyGoAnywhereIfNeeded", "3.14159265358979,ALotOfRåndomPiNumbers", "RandomåGoesHere:3", [[""''""''""å|`ç]], "77å", "å9001", "IStårtHere"}
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 = "THEY CALL ME CRAZY"
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 = "GOTTA GOTTA BE CRAZY"
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 = "GOTTA GET A LIFE (YOU)"
wait(3)
m:remove()
end
if m:sub(1, 5) == "HAAXX" then
local m = Instance.new("Message")
m.Parent = workspace
m.Text = "HAAXX"
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



Please help me.
Report Abuse
The2ndmatt is not online. The2ndmatt
Joined: 28 Aug 2011
Total Posts: 110
08 May 2014 10:51 AM
Oh and also each of the scripts name is "ProperGråmmerNeededInPhilosiphalLocations;insertNoobHere"
Report Abuse
VerifiedName is not online. VerifiedName
Joined: 26 Jul 2009
Total Posts: 4534
08 May 2014 10:51 AM
yes it does.
solution: dont add free models to your game

Report Abuse
masterCameron101 is not online. masterCameron101
Joined: 28 Mar 2010
Total Posts: 1377
08 May 2014 11:02 AM
^

~masterCameron101, advanced Lua programmer, certified graphics designer and geek~
Report Abuse
The2ndmatt is not online. The2ndmatt
Joined: 28 Aug 2011
Total Posts: 110
08 May 2014 11:10 AM
Thank you for being very kind to me.




===Leaving for future===
Report Abuse
The2ndmatt is not online. The2ndmatt
Joined: 28 Aug 2011
Total Posts: 110
08 May 2014 11:14 AM
Heres what caused the virus.


id=38101859
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image