Advertisement
Pluem1273

FPS Gui Script

Apr 2nd, 2022
890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. local TextLabel = script.Parent
  2.  
  3. while wait() do
  4.     local fps = math.floor(workspace:GetRealPhysicsFPS())
  5.     TextLabel.Text = "FPS: "..fps
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement