pkgupdate

5 vws

Nov 28th, 2021 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. game:GetService("RunService").Stepped:connect(function()
  2. for i,v in pairs(game.Workspace:GetChildren())do
  3. if v.Name == "Orb" or v.Name == "LegendaryOrb" or v.Name == "GoldOrb" then
  4. v.orb2.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment