Advertisement
Guest User

Untitled

a guest
Mar 13th, 2019
1,156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. -- Instant Requiem Arrow
  2. -- Equip a Stand Arrow in your character, and then run the script.
  3. -- You must be Level 750 to use this, this will buff some of your stats by 50% and speed by 25%.
  4. -- NOTE: If your stand has requiem after it in the stats menu, you have to use a black arrow to get rid of that requiem before you can use this script.
  5.  
  6. local Arrow = game.Players.LocalPlayer.Character.StandArrow
  7. local arrowevent = game:GetService("ReplicatedStorage").Logic.superarrowevent
  8. game:GetService("ReplicatedStorage").Logic.misc:FireServer(6, Arrow.Handle, false)
  9. local Character = Arrow.Parent
  10. arrowevent:InvokeServer(Arrow, Character, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement