of     1   

Adzzthurian
#214244996Thursday, April 13, 2017 4:33 PM GMT

anyone help with a script that displays everyones ping on the leaderboard cause i saw someone use it and its really useful
XxErik9xX
#214245024Thursday, April 13, 2017 4:33 PM GMT

ping?
Adzzthurian
#214245074Thursday, April 13, 2017 4:34 PM GMT

send a packet and see how long it takes for it to get a response from server
Adzzthurian
#214245590Thursday, April 13, 2017 4:43 PM GMT

BUMP
Adzzthurian
#214246837Thursday, April 13, 2017 5:03 PM GMT

bump again
chimmihc
#214247275Thursday, April 13, 2017 5:09 PM GMT

RemoteEvent.
Adzzthurian
#214247300Thursday, April 13, 2017 5:10 PM GMT

elaborate
chimmihc
#214247508Thursday, April 13, 2017 5:12 PM GMT

Look it up on the wiki.
Adzzthurian
#214247611Thursday, April 13, 2017 5:14 PM GMT

lolk i just did thanks
chimmihc
#214247723Thursday, April 13, 2017 5:15 PM GMT

*** You actually want a RemoteFunction, sorry I just woke up.
Adzzthurian
#214248024Thursday, April 13, 2017 5:19 PM GMT

yea theres a shared wiki if i need anymore help ill pm u
Mister_Manakin
#214249685Thursday, April 13, 2017 5:42 PM GMT

invoke a remote function and measure the time it takes
Adzzthurian
#214250368Thursday, April 13, 2017 5:51 PM GMT

what can u use to measure time?
nixpc
#214251896Thursday, April 13, 2017 6:14 PM GMT

local a = tick() -- send something to the server using remotefunctions local b = tick() local c = b-a print("It took " .. c .. " milliseconds")
Adzzthurian
#214254300Thursday, April 13, 2017 7:03 PM GMT

thanks mate
Adzzthurian
#214254483Thursday, April 13, 2017 7:07 PM GMT

if i put it in a leaderboard stat shall i do that in a while player is in server wait 3 then do it

    of     1