Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- updated 30-09-2014
- this script kicks a player if their walk & animation speed is bigger than 60 (default)
- programmed by NewtPewt
- ]]--
- local player = game.Players.localPlayer
- while wait(0.5) do
- if Workspace:getRealPhysicsFPS() > 61 then
- player:kick()
- end
- end
Add Comment
Please, Sign In to add comment