Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local TextLabel = script.Parent
- while wait() do
- local fps = math.floor(workspace:GetRealPhysicsFPS())
- TextLabel.Text = "FPS: "..fps
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement