Question basically says it all, I made an fps counter but the number becomes really long.
while true do wait (0.01) script.Parent.Text = game.Workspace:GetRealPhysicsFPS() .. " fps" end