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