Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.PlaceId == 4669040 then
- local mt = getrawmetatable(game)
- local backup
- backup = hookfunction(mt.__newindex, newcclosure(function(self, key, value)
- if key == "WalkSpeed" and value < 16 then
- value = 16
- end
- return backup(self, key, value)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement