Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
-- Objects local LumbaCommunity = Instance.new("ScreenGui") local Show = Instance.new("TextButton") local ShowAnimate = Instance.new("Frame") local Main = Instance.new("Frame") local Slider = Instance.new("Frame") local Divider = Instance.new("Frame") local Divider_2 = Instance.new("Frame") local MainMenu = Instance.new("Frame") local Title = Instance.new("TextLabel") local ChangelogTitle = Instance.new("TextLabel") local Changelog = Instance.new("TextLabel") local Commandsbtn = Instance.new("TextButton") local Woodtpbtn = Instance.new("TextButton") local Version = Instance.new("TextLabel") local Close = Instance.new("TextButton") local Commands = Instance.new("Frame") local cmdback = Instance.new("TextButton") local Players = Instance.new("Frame") local P1 = Instance.new("TextButton") local P2 = Instance.new("TextButton") local P3 = Instance.new("TextButton") local P4 = Instance.new("TextButton") local P5 = Instance.new("TextButton") local P6 = Instance.new("TextButton") local Teleport = Instance.new("Frame") local Palm = Instance.new("TextButton") local Cave = Instance.new("TextButton") local Links = Instance.new("TextButton") local Swamp = Instance.new("TextButton") local Strange = Instance.new("TextButton") local Volcano = Instance.new("TextButton") local Spawn = Instance.new("TextButton") local Snow = Instance.new("TextButton") local PSelected = Instance.new("TextLabel") local Localplr = Instance.new("Frame") local TpToPlot = Instance.new("TextButton") local TpToPlr = Instance.new("TextButton") local TpToPlrsPlot = Instance.new("TextButton") local Clicktp = Instance.new("TextButton") local Bringwood = Instance.new("TextButton") local Bringwood_2 = Instance.new("TextButton") local Woodtp = Instance.new("Frame") local WoodList = Instance.new("TextLabel") local WoodType = Instance.new("TextBox") local Back1 = Instance.new("TextButton") local FindWood = Instance.new("TextButton") local About = Instance.new("TextLabel") local SellWood = Instance.new("TextButton") -- Properties LumbaCommunity.Name = "LumbaCommunity" LumbaCommunity.Parent = game.CoreGui function CLICKFX(BTN, x, y) local RS = game:GetService("RunService").RenderStepped local FX = Instance.new("ImageLabel",BTN) FX.Size = UDim2.new(0, 0, 0, 0); FX.Position = UDim2.new(0, x - 0, 0, y - 35) - UDim2.new(0, BTN.AbsolutePosition.X, 0, BTN.AbsolutePosition.Y); FX.Image = 'http://www.roblox.com/asset/?id=200182847'; FX.BackgroundTransparency = 1; FX.ZIndex = BTN.ZIndex; FX.Name = 'ClickAnim'; FX:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), FX.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 1, true) for i=0, 1, .05 do FX.ImageTransparency = i RS:wait() end FX:Destroy() end Show.Name = "Show" Show.Parent = LumbaCommunity Show.BackgroundColor3 = Color3.new(0.313726, 0.639216, 0.945098) Show.BackgroundTransparency = 0.20000000298023 Show.BorderSizePixel = 0 Show.Position = UDim2.new(0, 0, 0.6760391, 0) Show.Size = UDim2.new(0, 119, 0, 40) Show.Font = Enum.Font.SourceSansLight Show.FontSize = Enum.FontSize.Size24 Show.Text = "Show" Show.TextColor3 = Color3.new(1, 1, 1) Show.TextSize = 22 Show.MouseButton1Down:connect(function(x, y) CLICKFX(LumbaCommunity.Show, x, y) Show.Visible = false Main.Visible = true end) ShowAnimate.Name = "ShowAnimate" ShowAnimate.Parent = Show ShowAnimate.BackgroundColor3 = Color3.new(1, 1, 1) ShowAnimate.BorderSizePixel = 0 ShowAnimate.Position = UDim2.new(0, 0, 0.949999988, 0) ShowAnimate.Size = UDim2.new(0, 119, 0, 2) ShowAnimate.MouseEnter:connect(function() ShowAnimate:TweenSize(UDim2.new(0, 119,0, 2), "Out", "Quad", .4, false) end) ShowAnimate.MouseLeave:connect(function() ShowAnimate:TweenSize(UDim2.new(0, 100, 0, 2), "Out", "Quad", .4, false) end) Main.Name = "Main" Main.Parent = LumbaCommunity Main.Active = true Main.BackgroundColor3 = Color3.new(1, 1, 1) Main.BorderSizePixel = 0 Main.ClipsDescendants = true Main.Draggable = true Main.Position = UDim2.new(0.195380777, 0, 0.17114915, 0) Main.Size = UDim2.new(0, 540, 0, 344) Main.Visible = false Slider.Name = "Slider" Slider.Parent = Main Slider.BackgroundColor3 = Color3.new(0.423529, 0.780392, 1) Slider.BorderSizePixel = 0 Slider.Position = UDim2.new(0, 0, 0.0537790284, 0) Slider.Size = UDim2.new(0, 1620, 0, 325) Divider.Name = "Divider" Divider.Parent = Slider Divider.BackgroundColor3 = Color3.new(1, 1, 1) Divider.BorderSizePixel = 0 Divider.Position = UDim2.new(0.3296296, 0, 0, 0) Divider.Size = UDim2.new(0, 6, 0, 325) Divider_2.Name = "Divider" Divider_2.Parent = Slider Divider_2.BackgroundColor3 = Color3.new(1, 1, 1) Divider_2.BorderSizePixel = 0 Divider_2.Position = UDim2.new(0.662962973, 0, 0, 0) Divider_2.Size = UDim2.new(0, 6, 0, 325) MainMenu.Name = "MainMenu" MainMenu.Parent = Slider MainMenu.BackgroundColor3 = Color3.new(1, 1, 1) MainMenu.BorderSizePixel = 0 MainMenu.Size = UDim2.new(0, 145, 0, 325) Title.Name = "Title" Title.Parent = MainMenu Title.BackgroundColor3 = Color3.new(1, 1, 1) Title.BackgroundTransparency = 1 Title.Size = UDim2.new(0, 145, 0, 25) Title.Font = Enum.Font.SourceSansSemibold Title.FontSize = Enum.FontSize.Size24 Title.Text = "Main Menu" Title.TextColor3 = Color3.new(0.423529, 0.662745, 0.831373) Title.TextSize = 24 ChangelogTitle.Name = "ChangelogTitle" ChangelogTitle.Parent = MainMenu ChangelogTitle.BackgroundColor3 = Color3.new(1, 1, 1) ChangelogTitle.BackgroundTransparency = 1 ChangelogTitle.Position = UDim2.new(1.15172422, 0, 0, 0) ChangelogTitle.Size = UDim2.new(0, 342, 0, 25) ChangelogTitle.Font = Enum.Font.SourceSansSemibold ChangelogTitle.FontSize = Enum.FontSize.Size24 ChangelogTitle.Text = "--Changelog--" ChangelogTitle.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392) ChangelogTitle.TextSize = 24 Changelog.Name = "Changelog" Changelog.Parent = MainMenu Changelog.BackgroundColor3 = Color3.new(1, 1, 1) Changelog.BackgroundTransparency = 1 Changelog.Position = UDim2.new(1.15862072, 0, 0.104615383, 0) Changelog.Size = UDim2.new(0, 341, 0, 125) Changelog.Font = Enum.Font.SourceSansLight Changelog.FontSize = Enum.FontSize.Size28 Changelog.Text = "[*] Redesigned UI and made more friendly [!] DnS is moving to a community meaning no sales will be available because lack of activity" Changelog.TextColor3 = Color3.new(0.184314, 0.184314, 0.184314) Changelog.TextSize = 25 Changelog.TextWrapped = true Changelog.TextXAlignment = Enum.TextXAlignment.Left Changelog.TextYAlignment = Enum.TextYAlignment.Bottom Commandsbtn.Name = "Commandsbtn" Commandsbtn.Parent = MainMenu Commandsbtn.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Commandsbtn.BorderSizePixel = 0 Commandsbtn.ClipsDescendants = true Commandsbtn.Position = UDim2.new(0.068965517, 0, 0.10461539, 0) Commandsbtn.Size = UDim2.new(0, 125, 0, 36) Commandsbtn.Font = Enum.Font.SourceSansBold Commandsbtn.FontSize = Enum.FontSize.Size18 Commandsbtn.Text = "Commands" Commandsbtn.TextColor3 = Color3.new(1, 1, 1) Commandsbtn.TextSize = 18 Commandsbtn.MouseButton1Down:connect(function(x, y) CLICKFX(MainMenu.Commandsbtn, x, y) Slider:TweenPosition(UDim2.new(-0.989, 0,0.054, 0), "Out", "Bounce", 1, false) end) Woodtpbtn.Name = "Woodtpbtn" Woodtpbtn.Parent = MainMenu Woodtpbtn.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Woodtpbtn.BorderSizePixel = 0 Woodtpbtn.ClipsDescendants = true Woodtpbtn.Position = UDim2.new(0.068965517, 0, 0.241538465, 0) Woodtpbtn.Size = UDim2.new(0, 125, 0, 36) Woodtpbtn.Font = Enum.Font.SourceSansBold Woodtpbtn.FontSize = Enum.FontSize.Size18 Woodtpbtn.Text = "Wood Tp" Woodtpbtn.TextColor3 = Color3.new(1, 1, 1) Woodtpbtn.TextSize = 18 Woodtpbtn.MouseButton1Down:connect(function(x, y) CLICKFX(MainMenu.Woodtpbtn, x, y) Slider:TweenPosition(UDim2.new(-2, 0,0.054, 0), "Out", "Bounce", 1, false) end) Version.Name = "Version" Version.Parent = MainMenu Version.BackgroundColor3 = Color3.new(1, 1, 1) Version.BackgroundTransparency = 1 Version.Position = UDim2.new(2.38620687, 0, 0.923076928, 0) Version.Size = UDim2.new(0, 145, 0, 25) Version.Font = Enum.Font.SourceSansSemibold Version.FontSize = Enum.FontSize.Size18 Version.Text = "Version 1 Community edition" Version.TextColor3 = Color3.new(0.219608, 0.34902, 0.435294) Version.TextSize = 18 Version.TextXAlignment = Enum.TextXAlignment.Left Version.TextYAlignment = Enum.TextYAlignment.Bottom Close.Name = "Close" Close.Parent = MainMenu Close.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Close.BorderSizePixel = 0 Close.ClipsDescendants = true Close.Position = UDim2.new(0.068965517, 0, 0.869230747, 0) Close.Size = UDim2.new(0, 125, 0, 36) Close.Font = Enum.Font.SourceSansBold Close.FontSize = Enum.FontSize.Size18 Close.Text = "Hide" Close.TextColor3 = Color3.new(1, 1, 1) Close.TextSize = 18 Close.MouseButton1Down:connect(function(x, y) CLICKFX(MainMenu.Close, x, y) Main.Visible = false Show.Visible = true end) Commands.Name = "Commands" Commands.Parent = Slider Commands.BackgroundColor3 = Color3.new(1, 1, 1) Commands.BackgroundTransparency = 1 Commands.Position = UDim2.new(0.333333284, 0, 0.00923076924, 0) Commands.Size = UDim2.new(0, 534, 0, 322) cmdback.Name = "cmdback" cmdback.Parent = Commands cmdback.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) cmdback.BorderSizePixel = 0 cmdback.ClipsDescendants = true cmdback.Position = UDim2.new(0.0184036996, 0, 0.0217391308, 0) cmdback.Size = UDim2.new(0, 77, 0, 24) cmdback.Font = Enum.Font.SourceSansBold cmdback.FontSize = Enum.FontSize.Size18 cmdback.Text = "Back" cmdback.TextColor3 = Color3.new(1, 1, 1) cmdback.TextSize = 18 cmdback.MouseButton1Down:connect(function(x, y) CLICKFX(Commands.cmdback, x, y) Slider:TweenPosition(UDim2.new(0, 0,0.054, 0), "Out", "Quad", 1, false) end) Players.Name = "Players" Players.Parent = Commands Players.BackgroundColor3 = Color3.new(0.45098, 0.972549, 1) Players.BorderSizePixel = 0 Players.Position = UDim2.new(0.0184036996, 0, 0.902173936, 0) Players.Size = UDim2.new(0, 518, 0, 25) P1.Name = "P1" P1.Parent = Players P1.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) P1.BorderSizePixel = 0 P1.ClipsDescendants = true P1.Size = UDim2.new(0, 83, 0, 25) P1.Font = Enum.Font.SourceSansLight P1.FontSize = Enum.FontSize.Size18 P1.Text = "P1" P1.TextColor3 = Color3.new(1, 1, 1) P1.TextScaled = true P1.TextSize = 18 P1.TextWrapped = true P1.Visible = false P2.Name = "P2" P2.Parent = Players P2.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) P2.BorderSizePixel = 0 P2.ClipsDescendants = true P2.Position = UDim2.new(0.16023168, 0, 0, 0) P2.Size = UDim2.new(0, 83, 0, 25) P2.Font = Enum.Font.SourceSansLight P2.FontSize = Enum.FontSize.Size18 P2.Text = "P2" P2.TextColor3 = Color3.new(1, 1, 1) P2.TextScaled = true P2.TextSize = 18 P2.TextWrapped = true P2.Visible = false P3.Name = "P3" P3.Parent = Players P3.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) P3.BorderSizePixel = 0 P3.ClipsDescendants = true P3.Position = UDim2.new(0.3204633, 0, 0, 0) P3.Size = UDim2.new(0, 83, 0, 25) P3.Font = Enum.Font.SourceSansLight P3.FontSize = Enum.FontSize.Size18 P3.Text = "P3" P3.TextColor3 = Color3.new(1, 1, 1) P3.TextScaled = true P3.TextSize = 18 P3.TextWrapped = true P3.Visible = false P4.Name = "P4" P4.Parent = Players P4.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) P4.BorderSizePixel = 0 P4.ClipsDescendants = true P4.Position = UDim2.new(0.480694979, 0, 0, 0) P4.Size = UDim2.new(0, 83, 0, 25) P4.Font = Enum.Font.SourceSansLight P4.FontSize = Enum.FontSize.Size18 P4.Text = "P4" P4.TextColor3 = Color3.new(1, 1, 1) P4.TextScaled = true P4.TextSize = 18 P4.TextWrapped = true P4.Visible = false P5.Name = "P5" P5.Parent = Players P5.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) P5.BorderSizePixel = 0 P5.ClipsDescendants = true P5.Position = UDim2.new(0.640926719, 0, 0, 0) P5.Size = UDim2.new(0, 83, 0, 25) P5.Font = Enum.Font.SourceSansLight P5.FontSize = Enum.FontSize.Size18 P5.Text = "P5" P5.TextColor3 = Color3.new(1, 1, 1) P5.TextScaled = true P5.TextSize = 18 P5.TextWrapped = true P5.Visible = false P6.Name = "P6" P6.Parent = Players P6.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) P6.BorderSizePixel = 0 P6.ClipsDescendants = true P6.Position = UDim2.new(0.801158309, 0, 0, 0) P6.Size = UDim2.new(0, 83, 0, 25) P6.Font = Enum.Font.SourceSansLight P6.FontSize = Enum.FontSize.Size18 P6.Text = "P6" P6.TextColor3 = Color3.new(1, 1, 1) P6.TextScaled = true P6.TextSize = 18 P6.TextWrapped = true P6.Visible = false Teleport.Name = "Teleport" Teleport.Parent = Commands Teleport.BackgroundColor3 = Color3.new(0.490196, 0.882353, 1) Teleport.BorderSizePixel = 0 Teleport.Position = UDim2.new(0.173834413, 0, 0.0139751555, 0) Teleport.Size = UDim2.new(0, 366, 0, 71) Palm.Name = "Palm" Palm.Parent = Teleport Palm.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Palm.BorderSizePixel = 0 Palm.ClipsDescendants = true Palm.Position = UDim2.new(0.0220609307, 0, 0.0625, 0) Palm.Size = UDim2.new(0, 83, 0, 25) Palm.Font = Enum.Font.SourceSansLight Palm.FontSize = Enum.FontSize.Size18 Palm.Text = "Palm Island" Palm.TextColor3 = Color3.new(1, 1, 1) Palm.TextScaled = true Palm.TextSize = 18 Palm.TextWrapped = true Cave.Name = "Cave" Cave.Parent = Teleport Cave.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Cave.BorderSizePixel = 0 Cave.ClipsDescendants = true Cave.Position = UDim2.new(0.265027374, 0, 0.0625, 0) Cave.Size = UDim2.new(0, 83, 0, 25) Cave.Font = Enum.Font.SourceSansLight Cave.FontSize = Enum.FontSize.Size18 Cave.Text = "Cave" Cave.TextColor3 = Color3.new(1, 1, 1) Cave.TextScaled = true Cave.TextSize = 18 Cave.TextWrapped = true Links.Name = "Links" Links.Parent = Teleport Links.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Links.BorderSizePixel = 0 Links.ClipsDescendants = true Links.Position = UDim2.new(0.755411983, 0, 0.0625, 0) Links.Size = UDim2.new(0, 83, 0, 25) Links.Font = Enum.Font.SourceSansLight Links.FontSize = Enum.FontSize.Size18 Links.Text = "Link's logic" Links.TextColor3 = Color3.new(1, 1, 1) Links.TextScaled = true Links.TextSize = 18 Links.TextWrapped = true Swamp.Name = "Swamp" Swamp.Parent = Teleport Swamp.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Swamp.BorderSizePixel = 0 Swamp.ClipsDescendants = true Swamp.Position = UDim2.new(0.508196712, 0, 0.0625, 0) Swamp.Size = UDim2.new(0, 83, 0, 25) Swamp.Font = Enum.Font.SourceSansLight Swamp.FontSize = Enum.FontSize.Size18 Swamp.Text = "Swamp" Swamp.TextColor3 = Color3.new(1, 1, 1) Swamp.TextScaled = true Swamp.TextSize = 18 Swamp.TextWrapped = true Strange.Name = "Strange" Strange.Parent = Teleport Strange.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Strange.BorderSizePixel = 0 Strange.ClipsDescendants = true Strange.Position = UDim2.new(0.755411983, 0, 0.598214269, 0) Strange.Size = UDim2.new(0, 83, 0, 25) Strange.Font = Enum.Font.SourceSansLight Strange.FontSize = Enum.FontSize.Size18 Strange.Text = "Strange Man" Strange.TextColor3 = Color3.new(1, 1, 1) Strange.TextScaled = true Strange.TextSize = 18 Strange.TextWrapped = true Volcano.Name = "Volcano" Volcano.Parent = Teleport Volcano.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Volcano.BorderSizePixel = 0 Volcano.ClipsDescendants = true Volcano.Position = UDim2.new(0.0220609307, 0, 0.598214269, 0) Volcano.Size = UDim2.new(0, 83, 0, 25) Volcano.Font = Enum.Font.SourceSansLight Volcano.FontSize = Enum.FontSize.Size18 Volcano.Text = "Volcano" Volcano.TextColor3 = Color3.new(1, 1, 1) Volcano.TextScaled = true Volcano.TextSize = 18 Volcano.TextWrapped = true Spawn.Name = "Spawn" Spawn.Parent = Teleport Spawn.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Spawn.BorderSizePixel = 0 Spawn.ClipsDescendants = true Spawn.Position = UDim2.new(0.265027374, 0, 0.598214269, 0) Spawn.Size = UDim2.new(0, 83, 0, 25) Spawn.Font = Enum.Font.SourceSansLight Spawn.FontSize = Enum.FontSize.Size18 Spawn.Text = "Spawn" Spawn.TextColor3 = Color3.new(1, 1, 1) Spawn.TextScaled = true Spawn.TextSize = 18 Spawn.TextWrapped = true Snow.Name = "Snow" Snow.Parent = Teleport Snow.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Snow.BorderSizePixel = 0 Snow.ClipsDescendants = true Snow.Position = UDim2.new(0.508196712, 0, 0.598214269, 0) Snow.Size = UDim2.new(0, 83, 0, 25) Snow.Font = Enum.Font.SourceSansLight Snow.FontSize = Enum.FontSize.Size18 Snow.Text = "Snow Biome" Snow.TextColor3 = Color3.new(1, 1, 1) Snow.TextScaled = true Snow.TextSize = 18 Snow.TextWrapped = true PSelected.Name = "PSelected" PSelected.Parent = Commands PSelected.BackgroundColor3 = Color3.new(1, 1, 1) PSelected.BackgroundTransparency = 1 PSelected.Position = UDim2.new(0.318352163, 0, 0.827639759, 0) PSelected.Size = UDim2.new(0, 200, 0, 24) PSelected.Font = Enum.Font.SourceSansBold PSelected.FontSize = Enum.FontSize.Size18 PSelected.Text = "No player selected" PSelected.TextSize = 15 Localplr.Name = "Localplr" Localplr.Parent = Commands Localplr.BackgroundColor3 = Color3.new(0.631373, 1, 0.929412) Localplr.BorderSizePixel = 0 Localplr.Position = UDim2.new(0.173834413, 0, 0.273291916, 0) Localplr.Size = UDim2.new(0, 366, 0, 100) TpToPlot.Name = "TpToPlot" TpToPlot.Parent = Localplr TpToPlot.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) TpToPlot.BorderSizePixel = 0 TpToPlot.ClipsDescendants = true TpToPlot.Position = UDim2.new(0.0220609568, 0, 0.0649999976, 0) TpToPlot.Size = UDim2.new(0, 106, 0, 87) TpToPlot.Font = Enum.Font.SourceSansLight TpToPlot.FontSize = Enum.FontSize.Size18 TpToPlot.Text = "Teleport to your plot" TpToPlot.TextColor3 = Color3.new(1, 1, 1) TpToPlot.TextScaled = true TpToPlot.TextSize = 18 TpToPlot.TextWrapped = true TpToPlr.Name = "TpToPlr" TpToPlr.Parent = Localplr TpToPlr.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) TpToPlr.BorderSizePixel = 0 TpToPlr.ClipsDescendants = true TpToPlr.Position = UDim2.new(0.333333343, 0, 0.0649999976, 0) TpToPlr.Size = UDim2.new(0, 113, 0, 87) TpToPlr.Font = Enum.Font.SourceSansLight TpToPlr.FontSize = Enum.FontSize.Size18 TpToPlr.Text = "Teleport to player" TpToPlr.TextColor3 = Color3.new(1, 1, 1) TpToPlr.TextScaled = true TpToPlr.TextSize = 18 TpToPlr.TextWrapped = true TpToPlrsPlot.Name = "TpToPlrsPlot" TpToPlrsPlot.Parent = Localplr TpToPlrsPlot.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) TpToPlrsPlot.BorderSizePixel = 0 TpToPlrsPlot.ClipsDescendants = true TpToPlrsPlot.Position = UDim2.new(0.673444748, 0, 0.0649999976, 0) TpToPlrsPlot.Size = UDim2.new(0, 113, 0, 87) TpToPlrsPlot.Font = Enum.Font.SourceSansLight TpToPlrsPlot.FontSize = Enum.FontSize.Size18 TpToPlrsPlot.Text = "Teleport to players plot" TpToPlrsPlot.TextColor3 = Color3.new(1, 1, 1) TpToPlrsPlot.TextScaled = true TpToPlrsPlot.TextSize = 18 TpToPlrsPlot.TextWrapped = true Clicktp.Name = "Clicktp" Clicktp.Parent = Commands Clicktp.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Clicktp.BorderSizePixel = 0 Clicktp.ClipsDescendants = true Clicktp.Position = UDim2.new(0.188954845, 0, 0.610248446, 0) Clicktp.Size = UDim2.new(0, 105, 0, 48) Clicktp.Font = Enum.Font.SourceSansBold Clicktp.FontSize = Enum.FontSize.Size18 Clicktp.Text = "Control click tp" Clicktp.TextColor3 = Color3.new(1, 1, 1) Clicktp.TextSize = 18 Bringwood.Name = "Bringwood" Bringwood.Parent = Commands Bringwood.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Bringwood.BorderSizePixel = 0 Bringwood.ClipsDescendants = true Bringwood.Position = UDim2.new(0.406980485, 0, 0.610248446, 0) Bringwood.Size = UDim2.new(0, 108, 0, 48) Bringwood.Font = Enum.Font.SourceSansBold Bringwood.FontSize = Enum.FontSize.Size18 Bringwood.Text = "Bring Wood" Bringwood.TextColor3 = Color3.new(1, 1, 1) Bringwood.TextSize = 18 Bringwood.MouseButton1Down:connect(function(x, y) for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") and Log.Owner.Value == game.Players.LocalPlayer then Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 20, 0)) end end CLICKFX(Commands.Bringwood, x, y) end) Bringwood_2.Name = "Bringwood" Bringwood_2.Parent = Commands Bringwood_2.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Bringwood_2.BorderSizePixel = 0 Bringwood_2.ClipsDescendants = true Bringwood_2.Position = UDim2.new(0.635408819, 0, 0.610248446, 0) Bringwood_2.Size = UDim2.new(0, 113, 0, 48) Bringwood_2.Font = Enum.Font.SourceSansBold Bringwood_2.FontSize = Enum.FontSize.Size18 Bringwood_2.Text = "Bring brought items" Bringwood_2.TextColor3 = Color3.new(1, 1, 1) Bringwood_2.TextSize = 18 Bringwood_2.TextWrapped = true Bringwood_2.MouseButton1Down:connect(function(x, y) for i, v in pairs(game:GetService("Workspace"):GetChildren()) do for i, c in pairs(v:GetChildren()) do if c:FindFirstChild("PurchasedBoxItemName") then if c.Owner.LastInteraction.Value > 0 then if c.Owner.Value == game:GetService("Players").LocalPlayer then c:MoveTo(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position) end end end end CLICKFX(Commands.Bringwood_2, x, y) end end) Woodtp.Name = "Woodtp" Woodtp.Parent = Slider Woodtp.BackgroundColor3 = Color3.new(1, 1, 1) Woodtp.BackgroundTransparency = 1 Woodtp.BorderSizePixel = 0 Woodtp.Position = UDim2.new(0.666666687, 0, 0, 0) Woodtp.Size = UDim2.new(0, 540, 0, 325) WoodList.Name = "WoodList" WoodList.Parent = Woodtp WoodList.BackgroundColor3 = Color3.new(1, 1, 1) WoodList.BackgroundTransparency = 0.5 WoodList.BorderColor3 = Color3.new(0.431373, 0.67451, 0.847059) WoodList.BorderSizePixel = 4 WoodList.Position = UDim2.new(0, 406, 0, 10) WoodList.Size = UDim2.new(0, 127, 0, 306) WoodList.Font = Enum.Font.SourceSansItalic WoodList.FontSize = Enum.FontSize.Size24 WoodList.Text = "Cherry\nPalm\nFirBranch\nCaveCrawler\nGeneric\nSpooky\nFir\nGreenSwampy\nOak\nBirch\nVolcano" WoodList.TextSize = 23 WoodType.Name = "WoodType" WoodType.Parent = Woodtp WoodType.BackgroundColor3 = Color3.new(0.439216, 0.898039, 1) WoodType.BorderSizePixel = 0 WoodType.Position = UDim2.new(0.177662939, 0, 0.163076937, 0) WoodType.Size = UDim2.new(0, 256, 0, 50) WoodType.Font = Enum.Font.SourceSansLight WoodType.FontSize = Enum.FontSize.Size36 WoodType.Text = "Type of wood" WoodType.TextSize = 34 WoodType.FocusLost:connect(function() if WoodType.Text == "" then WoodType.Text = "Type of wood" end end) Back1.Name = "Back1" Back1.Parent = Woodtp Back1.BackgroundColor3 = Color3.new(0.439216, 0.803922, 1) Back1.BorderSizePixel = 0 Back1.ClipsDescendants = true Back1.Position = UDim2.new(0.0184036996, 0, 0.0217391308, 0) Back1.Size = UDim2.new(0, 77, 0, 24) Back1.Font = Enum.Font.SourceSansBold Back1.FontSize = Enum.FontSize.Size18 Back1.Text = "Back" Back1.TextColor3 = Color3.new(1, 1, 1) Back1.TextSize = 18 Back1.MouseButton1Down:connect(function(x, y) CLICKFX(Woodtp.Back1, x, y) Slider:TweenPosition(UDim2.new(0, 0,0.054, 0), "Out", "Quad", 1, false) end) FindWood.Name = "FindWood" FindWood.Parent = Woodtp FindWood.BackgroundColor3 = Color3.new(0.352941, 0.658824, 0.807843) FindWood.BorderSizePixel = 0 FindWood.ClipsDescendants = true FindWood.Position = UDim2.new(0.177662939, 0, 0.352307707, 0) FindWood.Size = UDim2.new(0, 256, 0, 57) FindWood.Font = Enum.Font.SourceSansBold FindWood.FontSize = Enum.FontSize.Size18 FindWood.Text = "Find Wood" FindWood.TextColor3 = Color3.new(1, 1, 1) FindWood.TextSize = 18 About.Name = "About" About.Parent = Woodtp About.BackgroundColor3 = Color3.new(1, 1, 1) About.BackgroundTransparency = 1 About.Position = UDim2.new(0.229514793, 0, 0.829230785, 0) About.Size = UDim2.new(0, 200, 0, 50) About.Font = Enum.Font.SourceSansSemibold About.FontSize = Enum.FontSize.Size18 About.Text = "Wood will disappear after you cut\nthe wood, Press The Bring Wood Button\nScript Credits Go to: Unlisting" About.TextSize = 15 SellWood.Name = "SellWood" SellWood.Parent = Woodtp SellWood.BackgroundColor3 = Color3.new(0.352941, 0.658824, 0.807843) SellWood.BorderSizePixel = 0 SellWood.ClipsDescendants = true SellWood.Position = UDim2.new(0.177662939, 0, 0.555024326, 0) SellWood.Size = UDim2.new(0, 256, 0, 57) SellWood.Font = Enum.Font.SourceSansBold SellWood.FontSize = Enum.FontSize.Size18 SellWood.Text = "Sell Wood" SellWood.TextColor3 = Color3.new(1, 1, 1) SellWood.TextSize = 18 SellWood.MouseButton1Down:connect(function(x, y) for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then if Log.Owner.Value == game.Players.LocalPlayer then for i,v in pairs(Log:GetChildren()) do if v.Name=="WoodSection" then spawn(function() for i=1,10 do wait() v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0) end end) end end spawn(function() for i=1,20 do wait() game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log) end end) end end end CLICKFX(Woodtp.SellWood, x, y) end) -- Player function thingy Players.P1.MouseButton1Down:connect(function(x, y) PSelected.Text = P1.Text CLICKFX(Players.P1, x, y) end) Players.P2.MouseButton1Down:connect(function(x, y) PSelected.Text = P2.Text CLICKFX(Players.P2, x, y) end) Players.P3.MouseButton1Down:connect(function(x, y) PSelected.Text = P3.Text CLICKFX(Players.P3, x, y) end) Players.P4.MouseButton1Down:connect(function(x, y) PSelected.Text = P4.Text CLICKFX(Players.P4, x, y) end) Players.P5.MouseButton1Down:connect(function(x, y) PSelected.Text = P5.Text CLICKFX(Players.P5, x, y) end) Players.P6.MouseButton1Down:connect(function(x, y) PSelected.Text = P6.Text CLICKFX(Players.P6, x, y) end) local buttons = { Players.P1, Players.P2, Players.P3, Players.P4, Players.P5, Players.P6 } for i, v in pairs(game.Players:GetChildren()) do buttons[i].Text = v.Name buttons[i].Visible = true end game.Players.PlayerRemoving:connect(function() for i, v in pairs(game.Players:GetChildren()) do buttons[i].Text = v.Name buttons[i].Visible = true end end) game.Players.PlayerAdded:connect(function() for i, v in pairs(game.Players:GetChildren()) do buttons[i].Text = v.Name buttons[i].Visible = true end end) TpToPlot.MouseButton1Down:connect(function(x, y) for i, v in pairs(game.Workspace.Properties:GetChildren()) do if v.Owner.Value == game.Players.LocalPlayer then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame end end CLICKFX(Localplr.TpToPlot, x, y) end) TpToPlr.MouseButton1Down:connect(function(x, y) if PSelected.Text == "No player selected" then warn("No Player Selected") else game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PSelected.Text].HumanoidRootPart.CFrame end CLICKFX(Localplr.TpToPlr, x, y) end) TpToPlrsPlot.MouseButton1Down:connect(function(x, y) for i, v in pairs(game.Workspace.Properties:GetChildren()) do if v.Owner.Value == game.Players[PSelected.Text] then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame end end CLICKFX(Localplr.TpToPlrsPlot, x, y) end)
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
I made $15,000 in 2 days
CSS | 37 min ago | 0.21 KB
This summer smells like money
CSS | 38 min ago | 0.21 KB
✅ API Glitch (Docs Leak)
CSS | 38 min ago | 0.21 KB
Untitled
mIRC | 2 hours ago | 0.57 KB
ifm isu iolink [WIP]
Python | 4 hours ago | 1.18 KB
HELLO PROGRAMMER
18 hours ago | 0.03 KB
Untitled
22 hours ago | 2.26 KB
FB2600 User Handbook v0.91
1 day ago | 6.06 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!