Advertisement
QwertyHacker

Super Power Training Simulator psychic power script

Aug 25th, 2022
1,530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. getgenv().a = false
  2. while a == true do
  3.        for _,v in pairs(game:service'Players'.LocalPlayer.Backpack:GetChildren()) do
  4.             if v.Name == "Meditate" then
  5.                 v.Parent = game:service'Players'.LocalPlayer.Character
  6.             end
  7.        end
  8.        wait(0.009)
  9.        for _,v in pairs(game:service'Players'.LocalPlayer.Character:GetChildren()) do
  10.               if v.Name == 'Meditate' then
  11.                     v.Parent = game:service'Players'.LocalPlayer.Backpack
  12.               end
  13.        end
  14. wait()
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement