Advertisement
2AreYouMental110

all booga booga spells

Oct 11th, 2021
1,351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.87 KB | None | 0 0
  1. -- this will be permanent (you cant change it) and you have to be in the game for it to work
  2.  
  3. -- https://web.roblox.com/games/7169050717/The-Aether-Hybrid
  4. -- https://web.roblox.com/games/5900986119/The-Void-Hybrid
  5.  
  6. -- VOID
  7.  
  8. local A_1 = "Vorpal Frag"
  9. local Event = game:GetService("ReplicatedStorage").Events.PromptSpellChoice
  10. Event:FireServer(A_1)
  11.  
  12. local A_1 = "Energy Bolt"
  13. local Event = game:GetService("ReplicatedStorage").Events.PromptSpellChoice
  14. Event:FireServer(A_1)
  15.  
  16. local A_1 = "Energy Shield"
  17. local Event = game:GetService("ReplicatedStorage").Events.PromptSpellChoice
  18. Event:FireServer(A_1)
  19.  
  20. -- AETHER
  21.  
  22. local A_1 = "Life Charge"
  23. local Event = game:GetService("ReplicatedStorage").Events.PromptSpellChoice
  24. Event:FireServer(A_1)
  25.  
  26. local A_1 = "Ancient Cloak"
  27. local Event = game:GetService("ReplicatedStorage").Events.PromptSpellChoice
  28. Event:FireServer(A_1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement