Dungeon Quest! EASTER OBBY FARM SCRIPT

Created by SamKogos#1157

Features:

  • EASTER OBBY FARM
if not game:IsLoaded() then
   repeat
       if not game:IsLoaded() then
           task.wait()
       end
   until game:IsLoaded()
end
local Players = game:GetService("Players")
local Workspace = game:GetService("Workspace")
local LocalPlayer = Players.LocalPlayer
local PLRCharacter = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
local PLRHumanoidRootPart = PLRCharacter:WaitForChild("HumanoidRootPart")

if game.PlaceId == 13049968097 then
   for _,v in pairs(Workspace:WaitForChild("checkpoints"):GetChildren()) do
       PLRHumanoidRootPart.CFrame = v.CFrame
       wait(.25)
   end
   PLRHumanoidRootPart.CFrame = game:GetService("Workspace").endPart.CFrame
   game:GetService("TeleportService"):Teleport(13049968097, game.Players.LocalPlayer)
else
   game:GetService("TeleportService"):Teleport(13049968097, game.Players.LocalPlayer)
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!