So this guy lavavampire somehow exploited the points system in my game. He’s banned now, but his score is stuck there forever. Could there be a way to delete scores from the lederboard? Maybe like an X next to the number?
local userId = 1 -- player UID
local pointsService = game:GetService("PointsService")
pointsService:AwardPoints(userId, -pointsService:GetGamePointBalance(userId))
So, for example:
```text
```lua
print("Hello, world!")
If you copy those and get spaces prefixing each line, remove them - they're not needed and I used them just to make sure that Markdown wouldn't get confused.
Copy paste my whole example somewhere, the preview will say the correct highlighting but once you post it it’s messed up. Meaning it is indeed a bug somewhere since it works fine in the preview.