Trying to publish a script in roblox

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()

The Roblox team is working on fixing this bug.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.