#change gui element offset with script and math
6 messages · Page 1 of 1 (latest)
6 messages · Page 1 of 1 (latest)
change gui element offset with script and math
i want to have a udim2 value that i take the offset and add to it
for example: UDim2.New(0, offset + 50, 0, offset + 20)
i fixed it
thanks nobody
i found this idk ```lua
UDim2.fromOffset(xOffset, yOffset) == UDim2.new(0, xOffset, 0, yOffset)