Port more corescripts and edit some
This commit is contained in:
parent
b285e7e168
commit
56c4943616
|
|
@ -1556,7 +1556,7 @@ function RecreateScoreColumns(ptable)
|
|||
|
||||
MaxSizeColumn = 0
|
||||
-- for each entry in this player table
|
||||
for i, entry in ipairs(ptable) do
|
||||
for _, entry in ipairs(ptable) do
|
||||
local panel = entry["Frame"]
|
||||
local tplayer = entry["Player"]
|
||||
-- if this panel does not have an element named after this stat
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ CreateTextButtons = function(frame, buttons, yPos, ySize)
|
|||
if obj == button then
|
||||
obj.Style = Enum.ButtonStyle.RobloxButtonDefault
|
||||
else
|
||||
obj.Style = objEnum.ButtonStyle.RobloxButton
|
||||
obj.Style = Enum.ButtonStyle.RobloxButton
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -213,7 +213,7 @@ CreateTextButtons = (frame, buttons, yPos, ySize) ->
|
|||
obj.Style = if obj == button
|
||||
Enum.ButtonStyle.RobloxButtonDefault
|
||||
else
|
||||
objEnum.ButtonStyle.RobloxButton
|
||||
Enum.ButtonStyle.RobloxButton
|
||||
|
||||
|
||||
for _, obj in ipairs buttons
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
1939
yue/48488235.yue
1939
yue/48488235.yue
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue