You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
Developing a lengthy-type obby (Difficulty Chart Obby) -
What is the issue? Include screenshots / videos if possible!
Trying to make an fps gui if possible -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Looked at many youtube videos - none worked
I have tried scripts like this:
while true do
wait()
local FPSamnt = math.floor(workspace:GetRealPhysicsFPS())
Label.Text = "FPS: "..FPSamnt
end