Here is the script...
local Player = game.Players.LocalPlayer while wait(0.5) do if Workspace:GetRealPhysicsFPS() > 61 then Player:Kick() end end
I currently have it placed in workspace, but it seems to not work. I went to my alt to test the script to make sure it works but it doesn't. Is there something wrong/missing with the script? (Btw, it is a local script)
Its all right you have to place it in StarterGUI.