Here is the script...
1 | local Player = game.Players.LocalPlayer |
2 | while wait( 0.5 ) do |
3 | if Workspace:GetRealPhysicsFPS() > 61 then |
4 | Player:Kick() |
5 | end |
6 | 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.