Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local settings = {
- jump_cooldown = 0.8,
- jump_power = 80,
- MaxTargetSpeed = 200,
- MaxAcceleration = 80,
- AccelerationScale = 400
- }
- for i,v in pairs(settings) do
- game.ReplicatedStorage["ball_config"][i].Value = v
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement