eycghgf2585

卡死你

Jul 27th, 2023
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local LP = game.Players.LocalPlayer
  2. game.ReplicatedStorage.ToolEvents.TpRollEvent:FireServer()
  3. repeat wait() until LP.Character
  4. for i,v in pairs(LP.Backpack:GetChildren()) do
  5.    if v.Name == "TpRoll" then
  6.        v.Parent = LP.Character
  7.    end
  8. end
  9. while true do
  10.    wait()
  11.    for i,v in pairs (LP.Character:GetChildren()) do
  12.        if v.Name == "TpRoll" then
  13.            v:Activate()
  14.        end
  15.    end
  16. end
Add Comment
Please, Sign In to add comment