Advertisement
Guest User

super blocky ball script

a guest
Mar 16th, 2020
3,079
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2. local settings = {
  3. jump_cooldown = 0.8,
  4. jump_power = 80,
  5. MaxTargetSpeed = 200,
  6. MaxAcceleration = 80,
  7. AccelerationScale = 400
  8. }
  9.  
  10. for i,v in pairs(settings) do
  11. game.ReplicatedStorage["ball_config"][i].Value = v
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement