Advertisement
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 = {"Stone Edge", "Scald", "Thunderbolt", "Giga Drain", "Dazzling Gleam", "Psychic", "Flamethrower", "Rock Slide", "Roost", "X-Scissor", "Swords Dance", "Shadow Ball", "Bulk Up", "Flash Cannon", "Ice Beam", "Dragon Pulse"}
- }
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement