Pastebloxian

R2DA Ducky Chest Teleport

Jun 9th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. workspace.DescendantAdded:connect(function(o)
  2.    if o.Name == 'DucksChest' then
  3.        local base = o:WaitForChild('Chest')
  4.        game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = base.CFrame
  5.    end
  6. end)
Add Comment
Please, Sign In to add comment