Advertisement
ExodiaForce

spring

Nov 17th, 2024 (edited)
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. -- Decompiled with Konstant V2.1, a fast Luau decompiler made in Luau by plusgiant5 (https://discord.gg/wyButjTMhM)
  2. -- Decompiled on 2024-11-17 00:25:02
  3. -- Luau version 6, Types version 3
  4. -- Time taken: 0.001435 seconds
  5.  
  6. local module = {}
  7. local function _(arg1, arg2, arg3) -- Line 11, Named "Lerp"
  8. return arg1 + (arg2 - arg1) * arg3
  9. end
  10. local var2_upvw = 0
  11. function module.create(arg1, arg2, arg3, arg4, arg5) -- Line 16
  12. --[[ Upvalues[1]:
  13. [1]: var2_upvw (read and write)
  14. ]]
  15. return {
  16. Target = Vector3.new();
  17. Position = Vector3.new();
  18. Velocity = Vector3.new();
  19. Mass = arg2 or 0;
  20. Force = arg3 or 0;
  21. Damping = arg4 or 0;
  22. Speed = arg5 or 0;
  23. shove = function(arg1_2, arg2_2) -- Line 29, Named "shove"
  24. end;
  25. update = function(arg1_3, arg2_3) -- Line 34, Named "update"
  26. return 0
  27. end;
  28. }
  29. end
  30. return module
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement