Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Resizing TextLabel Error (With a LocalScript) not resizing. Fix?

Asked by 5 years ago
Edited 5 years ago

This isn't doing anything to the Gui, but it prints.

local Box = script.Parent.Box
local Indicator = script.Parent.Indicator

while true do
wait(1)
Indicator.Size = Indicator.Size + UDim2.new{0, 10},{0, 0}
print("larger")
end
0
You are using incorrect syntax. UDim2.new uses parentheses, not curly brackets. DeceptiveCaster 3761 — 5y
0
Thanks. WiFiCrasher -5 — 5y

Answer this question