Advertisement
DarkSerpent

yes

Feb 6th, 2021
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while wait() do
  2. for i,v in pairs(game:GetService("Workspace").Canes:GetDescendants()) do
  3. if v.Name == "HumanoidRootPart" then
  4. wait(0.05)
  5. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement