Honansik

Sword Slasher Kill Aura Script

Jan 22nd, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. _G.KillAura = true
  2.  
  3. while wait(0.075) do
  4. if _G.KillAura == true then
  5. game:GetService("ReplicatedStorage").EventStorage.Attack:InvokeServer()
  6. end
  7. end
Add Comment
Please, Sign In to add comment