Advertisement
Navarone19_CH

FPS GUI

Sep 19th, 2020
3,556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. local TextLabel = script.Parent
  2.  
  3. while wait() do
  4. TextLabel.Text = "FPS : "..math.floor(game.Workspace:GetRealPhysicsFPS() + 0.5)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement