Advertisement
DirectPlays

CBRO CANDY EVENT(Credits to the creator)

Oct 16th, 2019
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. game:GetService("RunService").RenderStepped:connect(function()
  2. workspace.Ray_Ignore:WaitForChild("Candy", "math.huge")
  3. for i,v in pairs(game.workspace.Ray_Ignore:GetChildren()) do
  4. if v.Name == "Candy" then
  5. v.CFrame = game.Players.LocalPlayer.Character.UpperTorso.CFrame
  6. end
  7. end
  8. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement