Auto Presents Taxi Boss Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.
We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
_G.xmass = true spawn(function() while _G.xmass do pcall(function() game:GetService("ReplicatedStorage").Christmas.ResetTree:InvokeServer() wait(3) end) end end) while _G.xmass do wait() pcall(function() for i,v in pairs(game:GetService("Workspace").Christmas.DecorationHunt:GetDescendants()) do if v.Name == "client" and _G.xmass == true and v.MeshId == game:GetService("Workspace").Christmas.hologram.MeshId then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame wait(0.2) game:GetService("ReplicatedStorage").Christmas.PickupDecoration:InvokeServer(v.Parent) wait(0.2) game.Players.LocalPlayer.Character:MoveTo(game:GetService("Workspace").Christmas.TreeModel.Deliver.Position) wait(0.2) game:GetService("ReplicatedStorage").Christmas.DeliverDecoration:InvokeServer() wait(0.2) end end end) end