Advertisement
GOD_YT

Gods of Glory - Infinite Mana

Jan 5th, 2021 (edited)
2,436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. local settings = {
  2.    Give_Mana = {
  3.        Give = true,
  4.        Value = 200000000000000000
  5.    }
  6. }
  7. if settings.Give_Mana.Give then
  8.    local tab = {
  9.        ["Value"] = settings.Give_Mana.Value
  10.    }
  11.    game:GetService("ReplicatedStorage").Remotes.GiveMana:FireServer(tab)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement