im trying to create fake player instances to fill out leaderboards on servers, to trick people into thinking NPCs are actually players.
however, when i try to create a player through "instance.new(“Player”) i get hit with
“The current thread cannot create ‘Player’ (lacking capability WritePlayer)”
i’ve also tried game.Players:CreateLocalPlayer() but i got the error
“The current thread cannot call ‘CreateLocalPlayer’ (lacking capability LocalUser)”
i dont even really know if its possible to make fake players, which is why im asking
You are going to have to either create and modify the pre-existing leaderboard gui (it’s probably on a public github somewhere) or code your own loaderboard.