Skip to content

FastCast2 v0.0.7

Choose a tag to compare

@weenachuangkud weenachuangkud released this 11 Feb 02:40
· 151 commits to main since this release
81a457c

RBXL

A full environment setup made specifically for testing FastCast2

DebuggerGUI: You can control server projectiles, client projectiles, and do anything with this gui to test FastCast2
Extension: You can add a ModuleScript inside a TestModules or FastCastEventModules in ReplicatedStorage to add more things to it (If you know what you're doing and how it works)

RBXM

Changelogs:

  • Added Initial UserData to behavior
    by doing behavior.UserData = any and Caster:Raycast(origin, direction, velocity, behavior). ActiveCast will automatically create UserData if Initial UserData is defined inside the behavior
  • Fixed: some doc comments
  • Fixed: When you Caster:Destroy() it will error because it attempts to index nil with :Destroy() of castCompement
  • Change FastCast. to FastCast: Inside ActiveCast.luau and ActiveBlockcast.luau
  • Fixed: TypeDef