Bars out of frames

nope its still saying it, when i click the error it goes to this line:

goal.Size = UDim2.fromscale(data,1)

im trying to figure out why

Do me a favor, print the following:
char
hum
data

like this

print(char,hum,data)

Tell me what it outputs.

Ohh hold on, you are doing fromscale not fromScale()

Change your line to this,

goal.Size = UDim2.fromScale(data,1)

My mistake, always remember LUA is case sensitive.

i had seen that and fixed it and it worked it was also an error at the easing direction it was set to quad, but now its all fixed and its back outside the frame :sob: i cant win for losinggggg

Oh I apologize, I mistook your issue. We definitely did good cleaning up the script anyway and using a proper tweenservice method, but whatever your GUIs are set currently on the Y axis (go to the frame, check it’s size and it’s Y Axis), set it to the fromscale.

Make the fromScale;

goal.Size = UDim2.fromScale(data,[The Y you copied])

Sorry for misreading your issue, but clean code is extremely important anyway.

1 Like

I’ve had multiple problems before with beta UI releases, it’s possible.

yesss it worked!, tysm ive been trying to figure this out for hours!

1 Like

Of course, just remember to mark it as a solution so others can see.

alot of people have apparently from what i have read on the forums

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