Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/09/24 in all areas

  1. if (time >= 500 and time < 600) then local progress = (time - 500) / 100 -- Normalize progress between 0 and 1 selection_color = tocolor(interpolateBetween( 0, 255, 0, 255, 0, 0, progress, "Linear")) end
    1 point
  2. Use the performancebrowser and monitorice your client to see what resource have the data leaks
    1 point
×
×
  • Create New...