Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("RunService").Stepped:connect(function()
- for i,v in pairs(game.Workspace:GetChildren())do
- if v.Name == "Orb" or v.Name == "LegendaryOrb" or v.Name == "GoldOrb" then
- v.orb2.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end)
Advertisement
Add Comment
Please, Sign In to add comment