MADE BY kazeismeme
FEATURE:
- ZEN FARM
- .
- HOW TO USE
- 1. Stand by linda
- 2. Execute the script
- .
- https://www.roblox.com/games/2124720684/New-Update-Dragon-Ball-Xeno-Multiverse
SCRIPT:
_G.GetYen = true
while _G.GetYen do wait()
local args = {
[1] = "Open Quest",
[2] = "Whis Quest 1"
}
game:GetService("ReplicatedStorage").Events.Gameplay.QuestMentors.NPCFunction:InvokeServer(unpack(args))
wait(0.5)
fireproximityprompt(game:GetService("Workspace").World.NPC.LindaTalk.TalkProximityPrompt)
wait(0.5)
local args = {
[1] = "Quest Complete",
[2] = "Whis Quest 1"
}
game:GetService("ReplicatedStorage").Events.Gameplay.QuestMentors.NPCFunction:InvokeServer(unpack(args))
end