Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instant Requiem Arrow
- -- Equip a Stand Arrow in your character, and then run the script.
- -- You must be Level 750 to use this, this will buff some of your stats by 50% and speed by 25%.
- -- 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.
- local Arrow = game.Players.LocalPlayer.Character.StandArrow
- local arrowevent = game:GetService("ReplicatedStorage").Logic.superarrowevent
- game:GetService("ReplicatedStorage").Logic.misc:FireServer(6, Arrow.Handle, false)
- local Character = Arrow.Parent
- arrowevent:InvokeServer(Arrow, Character, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement