Is a fake leaderboard possible?

So I’m trying to make a “Fake” leader board like so
Screenshot 2024-11-07 3.29.40 PM
that updates every 3 seconds and matches the real leader board
so is this even possible

sorry about the edits I needed to fix grammar

Yes, but we need to figure out how
try using lists to get every score value.

1 Like

I know it not the best

maybe with overlays and property’s? I’m not good at property’s so…but I’ll still attempt tohelp

tried this setup but only put the host name
Screenshot 2024-11-07 3.44.24 PM

Yes just yes it will update off a property with players name and so on

I think if I got time I could test something that could make it work

but based on if it works or not this may be out of my league

you’re gonna need to add a relay to that setup to make it work with the host, since the on game start lifecycle only affects the host

so like this
Screenshot 2024-11-07 10.57.35 PM

so you’re gonna needa wire the relay to the trigger tho

it is wired to the trigger

oop, i had my relay and lifecycle mixed up again

a: does it workk?
b: if it doesn’t, does the relay wire look like this

yes but what are you keeping track of

score = property, therefore, you are tracking a property, and you need to update the text

no it did not work it just switch between all of the people in the server a put their name on all of the spots

huh. i guess its updating for all the players

anddd i just realized
this will take code, a lot of it, probably
as you need to organize the values

no i’m asking what is the score for the leaderboard

and the score is by cash

Oh just item maneger how much it has store it in a property to a text

1 Like

oh so item amount. so still probably tracking an item

to track amounts you’re still gonna need a property, since you need that to update text