Advertisement
QueenFake

SwapStop

Dec 21st, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. _G.toggle = false
  2. while _G.toggle == true do
  3. wait()
  4. local string_1 = "SheatheUnsheathe";
  5. local Target = game:GetService("ReplicatedFirst").Events.Abilities.Use;
  6. Target:Invoke(string_1);
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement