Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.StarterGui:SetCore("SendNotification", {
- Title = "Candy-Farm";
- Text = "made by awdas#7125";
- Duration = 999999;
- })
- game.StarterGui:SetCore("SendNotification", {
- Title = "Candy Cane-Farm";
- Text = "For Steek>";
- Duration = 999999;
- })
- if game.Players.LocalPlayer.Character.AntiPort and game.Players.LocalPlayer.Character.AntiPortNew and game.Players.LocalPlayer.Character.HumanoidRootPart.Name ~= "H" then
- game.Players.LocalPlayer.Character.AntiPort:Destroy()
- game.Players.LocalPlayer.Character.AntiPortNew:Destroy()
- game.Players.LocalPlayer.Character.HumanoidRootPart.Name = "H"
- game.Players.LocalPlayer.Character.LowerTorso.Root:Destroy()
- wait(0.1)
- end
- while wait() do
- local plrh = game.Players.LocalPlayer.Character.H
- for i,v in pairs(game:GetService("Workspace").CandyHolder:GetChildren()) do
- plrh.CFrame = v.CFrame
- wait(0.2)
- end
- end
Add Comment
Please, Sign In to add comment