Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Amount = 1 --Change to any amount you want!
- b=game.Players.LocalPlayer.Bag
- r=game.ReplicatedStorage.REvents
- Items = {
- TMs = {"Double Team", "Protect", "Return", "Light Screen", "Reflect", "Thunder Wave", "Toxic", "Will-O-Wisp", "Aerial Ace", "Brick Break", "Hidden Power", "Facade", "Psyshock", "Waterfall", "Blizzard", "Fire Blast", "Focus Blast", "Thunder"}
- }
- for n,t in next,Items do
- for _,i in next,t do
- if b[n]:FindFirstChild(i)then
- r.Internal.funcItem:InvokeServer(b[n][i],Amount)
- else r.Pokemon.ozAxZ:InvokeServer(i,b[n],Amount)
- end end end
Add Comment
Please, Sign In to add comment