I was trying to publish this script in the team create game but when I tried it says: “ZeezTheDev’s commit failed with internal error: Publish Assets - Http status error (500) HTTP 500 (Internal Server Error), response body ‘’”
This is the code:
local textLabel = script.Parent
local function updateTextSize()
textLabel.TextSize = textLabel.AbsoluteSize.Y / 2
end
updateTextSize()