#trying to make a donation board but this message keeps popping up
1 messages · Page 1 of 1 (latest)
no idea why it turned into this block file
16:35:38.368 Transform function error ServerScriptService.donationsystem:117: attempt to index number with 'UserId' - Studio
this keeps showing up
As the error suggests, you are trying to use ".UserId" on a variable who's value is literally a number
The error tells you what is going wrong and also where it is, on line 117.
You can debug that yourself, I respectfully suggest you learn how to comprehend stacktraces so you don't have to find help every time red text shows up on your logs