mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 06:41:55 +00:00
19 lines
240 B
Lua
19 lines
240 B
Lua
--!optimize 2
|
|
--!native
|
|
--!strict
|
|
|
|
local Leveling: {number} = {
|
|
[1] = 13.041,
|
|
[2] = 37.973,
|
|
[3] = 62.978,
|
|
[4] = 87.968,
|
|
[5] = 112.952,
|
|
[6] = 137.988,
|
|
[7] = 163.009,
|
|
[8] = 188.007,
|
|
[9] = 213.058,
|
|
[10] = 239.245,
|
|
}
|
|
|
|
return Leveling
|