Advertisement
c57ksecond

noslow

Sep 4th, 2021
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if game.PlaceId == 4669040 then
  2. local mt = getrawmetatable(game)
  3. local backup
  4. backup = hookfunction(mt.__newindex, newcclosure(function(self, key, value)
  5. if key == "WalkSpeed" and value < 16 then
  6. value = 16
  7. end
  8. return backup(self, key, value)
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement