Categories > Coding > Lua >

Ping/Latency local script for a screen gui

Posts: 15

Threads: 9

Joined: Jan, 2022

Reputation: 0

Posted

So ive been trying to make a ping local script like i did for my Fps script but  everything ive been trying nothing has worked
The Fps script:

local fps = 0

local rs = game:GetService("RunService")

rs.RenderStepped:Connect(function()
	fps = fps + 1
end)

while true do
	script.Parent.Text = "FPS: "..fps
	fps = 0
	wait(1)
end
  • 0

Added

@_realnickk where do i put the script?

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )