LuongLoiNhoi

Hack One Piece Grand Trial (Tp Chest)

Jan 21st, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local p = game.Players.LocalPlayer.Character.HumanoidRootPart
  2. for i,v in pairs(workspace.Chests:GetChildren()) do
  3. if v.Name == "Chest" then
  4. if v.Transparency == 0 then
  5. for i = 1,100 do
  6. v.CFrame = p.CFrame + Vector3.new(5,0,5)
  7. end
  8. end
  9. end
  10. end
Add Comment
Please, Sign In to add comment