Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local settings = {
- Give_Mana = {
- Give = true,
- Value = 200000000000000000
- }
- }
- if settings.Give_Mana.Give then
- local tab = {
- ["Value"] = settings.Give_Mana.Value
- }
- game:GetService("ReplicatedStorage").Remotes.GiveMana:FireServer(tab)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement