Advertisement
gamesreboot

word

Dec 28th, 2024
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. export type Dodgeball = {
  2.     tool:Tool,
  3.     caster:any,
  4.     player:Player,
  5.     event:any,
  6.     params:RaycastParams,
  7.     behavior:any,
  8.     cache:any,
  9.     ballTemplate:BasePart?,
  10.     events: {any: RBXScriptSignal},
  11.     Initialize : () -> nil,
  12.     Shoot : (Dodgeball, Vector3) -> nil,
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement