Ping_receive.rbxm (8.6 KB)
Put in the workspace
So as far as getting it up and running:
Insert this line under line 80 (just after the if) in Ping/FPS.Control
FPS_label:SetAttribute("FPS",CurrentFPS)
replacing this into test RGB produces something that at least changes the color:
task.wait(3)
while task.wait() do
local Speed = tonumber(script.Parent:GetAttribute("FPS"))*1.5
local oldHue = script.Parent.TextColor3:ToHSV()
script.Parent.TextColor3 = Color3.fromHSV(oldHue+0.005, 1, 1)
task.wait(1/Speed)
end
Let me open studio lol