Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local speedMultiplier = 2
- for _,v in pairs(getgc(true)) do
- if typeof(v) == "table" then
- if rawget(v, "movement") then v.movement = speedMultiplier end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement