Help with a table error in using functions for a system!

Hello, I have come across this error that I have no clue how to solve and I have tried a lot of things to try and solve it.

I could be blind and just not see the error but here is the error

If someone could help me fix this as this is game-breaking (for some reason) that would be really helpful!!

  • Panzerv1

In your first few lines you are calling UDim2 directly. UDim2 is a table; in your next few lines you correctly call its new function under UDim2.new.

OH!! THANK YOU! xD Thank you so much.