Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local library = loadstring(game.HttpGet(game, "https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/0x"))()
- local lobby = library:Window("lobby")
- local main = library:Window("main")
- lobby:Button("キャラ解放", function()
- local seeds = {
- "CabbagePult",
- "Chomper",
- "FirePeashooter",
- "KernelPult",
- "MelonPult",
- "PotatoMine",
- "PuffShroom",
- "Repeater",
- "SunShroom",
- "Sunflower",
- "TwinSunflower",
- "WallNut"
- }
- local delay = 0.1
- local stopped = false
- for i = 1, #seeds do
- if stopped then break end
- game:GetService("ReplicatedStorage").Events.UpdatePlayerSeeds:FireServer(seeds[i], 150)
- if seeds[i] == "WallNut" then
- stopped = true
- else
- wait(delay)
- end
- end
- end)
- main:Button("SnowPea Spawn(175)", function()
- local args = {
- [1] = "SnowPea",
- [2] = CFrame.new(203, 2.5129995346069336, -31.5) * CFrame.Angles(-0, 0, -0)
- }
- game:GetService("ReplicatedStorage").Functions.Spawn_Plant:InvokeServer(unpack(args))
- end)
- main:Button("GatlingPea Spawn(550)", function()
- local args = {
- [1] = "GatlingPea",
- [2] = CFrame.new(203, 2.5129995346069336, -28) * CFrame.Angles(-0, 0, -0)
- }
- game:GetService("ReplicatedStorage").Functions.Spawn_Plant:InvokeServer(unpack(args))
- end)
- main:Button("Wave Skip", function()
- local timerText = game:GetService("Players").LocalPlayer.PlayerGui.GameGUI.Timer.Text
- if timerText ~= "00:00" then
- local args = {
- [1] = "Skip"
- }
- game:GetService("ReplicatedStorage").Events.VoteSkipEvent:FireServer(unpack(args))
- end
- end)
Advertisement
Comments
-
- https://www.roblox.com/ja/games/16092655924/Skip-Wave-Plants-Tower-Defense
Add Comment
Please, Sign In to add comment