Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong type of value for property Frame.Size. Expected UDim2, got an array of four numbers [Fix] #9

Open
EvasiveAce opened this issue Jan 4, 2022 · 0 comments

Comments

@EvasiveAce
Copy link

This is for ToolGripEditor, in UI folder with EditButton, InputSink, and SelectATool. The code right now is:
"Position": [0.5, 0, 1, -20], "Size": [1, -50, 0, 40],
The fix is:
"Position": { "UDim2": [[0.5, 0], [1, -20]] }, "Size": { "UDim2": [[1, -50], [0, 40]] },
Just an example, the problem is in each UI model Json file, but an easy fix.

@EvasiveAce EvasiveAce changed the title Wrong type of value for property Frame.Size. Expected UDim2, got an array of four numbers Wrong type of value for property Frame.Size. Expected UDim2, got an array of four numbers [Fix] Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant