mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-16 06:01:54 +00:00
Tag service module
This commit is contained in:
@@ -13,12 +13,6 @@ local Leveling = {
|
||||
[8] = 188.007,
|
||||
[9] = 213.058,
|
||||
[10] = 239.245,
|
||||
|
||||
Between = {}
|
||||
}
|
||||
|
||||
for n: number = 1, #Leveling, 2 do
|
||||
Leveling.Between[n]=(Leveling[n+1]+Leveling[n])/2
|
||||
end
|
||||
|
||||
return Leveling
|
||||
Reference in New Issue
Block a user