• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

optimize

  1. ZeroSkyer

    Lua How to optimize this script

    Hello friends, I am trying to lower the level of the players in certain events. I have achieved it and with storage I store its previous level and return it to you when you leave the event or at the end of it. The problem I face is that when there are a considerable amount of players the script...
  2. Karofel

    Lua Optimize code - Action

    Hello, I wrote that script and now want to extend it, but i need to create so much tables etc for that. So there is someone who have idea how to optimize that? local chance1 = 1 local chance2 = 5 local chancerare = 20 local itemstodestroy = {25522, 2494, 25523} local mats = {5887, 5888} local...
Back
Top