So when I try to run my script, the error “attempt to concatenate nil with string” appears and I tried fixing it but i don’t get how i can fix it.
that’s the part where the error accures:
...
v:WaitForChild("SurfaceGui").Frame.Price.Cash.Amount.Text = v:GetAttribute("Cash").." Cash!"
...
If anybody can explain how to fix it, do so please!