Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export type Dodgeball = {
- tool:Tool,
- caster:any,
- player:Player,
- event:any,
- params:RaycastParams,
- behavior:any,
- cache:any,
- ballTemplate:BasePart?,
- events: {any: RBXScriptSignal},
- Initialize : () -> nil,
- Shoot : (Dodgeball, Vector3) -> nil,
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement