Advertisement
Geniss4506

Frontlines Speed

Feb 25th, 2023
670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. local speedMultiplier = 2
  2.  
  3.  
  4.  
  5. for _,v in pairs(getgc(true)) do
  6.  
  7. if typeof(v) == "table" then
  8.  
  9. if rawget(v, "movement") then v.movement = speedMultiplier end
  10.  
  11. end
  12.  
  13. end
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement