Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
- local Tab = workspace:GetChildren()
- for Index = 1, #Tab do
- local obj = Tab[Index]
- if string.find(obj.Name, "Chest") then
- hrp.CFrame = obj.CFrame
- end
- end
Add Comment
Please, Sign In to add comment