Fighters EX Script | ADMIN POKEMON, GET ANY POKEMON & MORE!

Created by buttons205

Features:

  • ADMIN POKEMONE OR ANY POKEMON YOU WANT
local args = {
    [1] = "SpawnPokemon",
    [2] = {
        ["PokemonName"] = "Phantgolor",
        ["Category"] = "9Specials"
    },
    [3] = 1
}

game:GetService("ReplicatedStorage").FUNCTION:InvokeServer(unpack(args))
  • GET OWNER POKEMON (USE ABOVE FIRST)
local args = {
    [1] = "IncreaseStat",
    [2] = "MewtwoniteX",
    [3] = 999999
}

game:GetService("ReplicatedStorage").FUNCTION:InvokeServer(unpack(args))
  • GET ANY ITEM
local args = {
    [1] = "IncreaseStat",
    [2] = "Pumpkin",
    [3] = 99999999999999
}

game:GetService("ReplicatedStorage").FUNCTION:InvokeServer(unpack(args))
  • INFINITE XP
local args = {
    [1] = "IncreaseStat",
    [2] = "XP",
    [3] = 10000
}

game:GetService("ReplicatedStorage").FUNCTION:InvokeServer(unpack(args))

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS