Roblox Innovation Awards Voting Hub Script | COLLECT ALL BLOCKS & VALK

Created by tes

Features:

  • COLLECT ALL BLOCKS
  • VALK
game.StarterGui:SetCore("SendNotification",  {
Title = "ts#0001";
Text = "Rejoin after you have collected everything to recieve the horns";
Duration = 60;
})
wait(2)
function teleportTO(placeCFrame)
   local plyr = game.Players.LocalPlayer;
   if plyr.Character then
       plyr.Character.HumanoidRootPart.CFrame = placeCFrame;
   end
end
teleportTO(game:GetService("Workspace").CubePieces.Block1.CFrame)
wait(1)
teleportTO(game:GetService("Workspace").CubePieces.Block2.CFrame)
wait(1)
teleportTO(game:GetService("Workspace").CubePieces.Block3.CFrame)
wait(1)
teleportTO(game:GetService("Workspace").CubePieces.Block4.CFrame)
wait(1)
teleportTO(game:GetService("Workspace").Scavenger.Circlet.CFrame)
wait(3)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS