Advertisement
PapierLP

Untitled

Feb 10th, 2020
1,198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. while wait(1) do --// you can change the time as u wish
  2.  
  3. local a = game.Workspace:GetDescendants()
  4.  
  5. for i,v in pairs(a) do
  6. if v.Name == "Burger" then
  7. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement