workspace:WaitForChild("ClearAllPlayersBoatParts"):FireServer() task.wait(.5) workspace:WaitForChild("QuestMakerEvent"):FireServer(101) local playerteamcolor, playerzone = game.Players.LocalPlayer.Team.TeamColor for _, v in pairs(game.workspace:GetChildren()) do if string.find(v.Name, "Zone") ~= nil then print('foundzone') if v.TeamColor.Value == playerteamcolor then playerzone = v end end end print(playerzone) local args = { [1] = "WoodBlock", [2] = game.Players.LocalPlayer.Data.WoodBlock.Value, [3] = playerzone, [4] = CFrame.new(1, 6.100000381469727, -15, 1, 0, 0, 0, 1, 0, 0, 0, 1), [5] = true, [6] = playerzone.CFrame*CFrame.new(0, 10, 0), [7] = false } if game.Players.LocalPlayer.Backpack:FindFirstChild("BuildingTool") then game.Players.LocalPlayer.Backpack:FindFirstChild("BuildingTool").Parent = game.Players.LocalPlayer.Character end game:GetService("Players").LocalPlayer.Character.BuildingTool.RF:InvokeServer(unpack(args)) task.wait(.5) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = playerzone.CFrame*CFrame.new(125,7,-50) task.wait(.5) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = playerzone.CFrame*CFrame.new(125,7,-50) game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true task.wait(1) playerzone:WaitForChild("VoteLaunchRE"):FireServer() repeat task.wait(1) until game:GetService("Players").LocalPlayer.Character:FindFirstChild("CandyCaneWeapon") or game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("CandyCaneWeapon") repeat for _, v in pairs(playerzone.Quest.NutCrackerBattle.Enemies:GetChildren()) do if v:FindFirstChild("HumanoidRootPart") then if game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("CandyCaneWeapon") then game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("CandyCaneWeapon").Parent = game:GetService("Players").LocalPlayer.Character end if game:GetService("Players").LocalPlayer.Character:FindFirstChild("CandyCaneWeapon") then game:GetService("Players").LocalPlayer.Character.CandyCaneWeapon.ThrowEvent:FireServer(v.HumanoidRootPart.CFrame) end end end task.wait(.01) until playerzone.Quest.NutCrackerBattle.Timer.Value == 0