I’m not great with tables so try changing your success block to one of these things:
This is the way the post above me did it so try this first
Kills.Value = data["Kills"]
Time.Value = data["Time"]
If that doesn’t load it, try
Kills.Value = data.Kills
Time.Value = data.Time
The rest of your script looks fine to me so this is the only thing I can really think of
bolzpy
(timed)
#22
This one doesn’t work, i have the logs if needed but the data doesnt load.
bolzpy
(timed)
#23
That didnt work aswell, the script should work though, i have no idea why
bolzpy
(timed)
#24
The first solution actually worked, thank you so much!
1 Like
system
(system)
Closed
#25
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.