I’m currently trying to make a system where you’d make your mouse follow a circle and begin to gain a form of progression from it, but I need the gui location to be randomized, but the issue I’m seeing is that I cannot do the Random.new/Random:NextNumber in the brackets or else it’ll say
I’ve tried turning UDIM into a table so far, but from there I don’t really know what else to do atm.
The error attempt to call a table value means you’re calling UDim2() instead of UDim2.new().
You should also look at the UDim2 page on the developer api reference. Your 1st and 3rd arguments that you pass into your UDim2 should be between 0 and 1 (unless you want it to go off screen)