-- Gui to Lua -- Version: 3 -- Instances: local ModMenu = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local second = Instance.new("TextButton") local first = Instance.new("TextButton") local home = Instance.new("TextButton") local third = Instance.new("TextButton") local mound = Instance.new("TextButton") --Properties: ModMenu.Name = "ModMenu" ModMenu.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ModMenu.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ModMenu Frame.BackgroundColor3 = Color3.new(0, 0, 0) Frame.BackgroundTransparency = 0.69999998807907 Frame.Position = UDim2.new(0.00104167126, 0, 0.799623966, 0) Frame.Size = UDim2.new(0.112992518, 0, 0.200376019, 0) second.Name = "second" second.Parent = Frame second.BackgroundColor3 = Color3.new(1, 1, 1) second.Size = UDim2.new(0.5, 0, 0.5, 0) second.Font = Enum.Font.SciFi second.Text = "2" second.TextColor3 = Color3.new(0, 0, 0) second.TextScaled = true second.TextSize = 14 second.TextWrapped = true first.Name = "first" first.Parent = Frame first.BackgroundColor3 = Color3.new(1, 1, 1) first.Position = UDim2.new(0.497820586, 0, 0, 0) first.Size = UDim2.new(0.5, 0, 0.5, 0) first.Font = Enum.Font.SciFi first.Text = "1" first.TextColor3 = Color3.new(0, 0, 0) first.TextScaled = true first.TextSize = 14 first.TextWrapped = true home.Name = "home" home.Parent = Frame home.BackgroundColor3 = Color3.new(1, 1, 1) home.Position = UDim2.new(0.49321115, 0, 0.494899035, 0) home.Size = UDim2.new(0.5, 0, 0.5, 0) home.Font = Enum.Font.SciFi home.Text = "HOME" home.TextColor3 = Color3.new(0, 0, 0) home.TextScaled = true home.TextSize = 14 home.TextWrapped = true third.Name = "third" third.Parent = Frame third.BackgroundColor3 = Color3.new(1, 1, 1) third.Position = UDim2.new(-0.00460946746, 0, 0.494899035, 0) third.Size = UDim2.new(0.5, 0, 0.5, 0) third.Font = Enum.Font.SciFi third.Text = "3" third.TextColor3 = Color3.new(0, 0, 0) third.TextScaled = true third.TextSize = 14 third.TextWrapped = true mound.Name = "mound" mound.Parent = Frame mound.BackgroundColor3 = Color3.new(1, 1, 1) mound.Position = UDim2.new(0.995641172, 0, 0.249762133, 0) mound.Size = UDim2.new(0.5, 0, 0.5, 0) mound.Font = Enum.Font.SciFi mound.Text = "MOUND" mound.TextColor3 = Color3.new(0, 0, 0) mound.TextScaled = true mound.TextSize = 14 mound.TextWrapped = true local FirstBase = workspace.Plates.First:WaitForChild("First") local SecondBase = workspace.Plates.Second:WaitForChild("Second") local ThirdBase = workspace.Plates.Third:WaitForChild("Third") local HomeBase = workspace.Plates.HomePlate:WaitForChild("HomePlate") local MoundBase = workspace.Plates.Mound local first = game.Players.LocalPlayer.PlayerGui.ModMenu.Frame.first local second = game.Players.LocalPlayer.PlayerGui.ModMenu.Frame.second local third = game.Players.LocalPlayer.PlayerGui.ModMenu.Frame.third local home = game.Players.LocalPlayer.PlayerGui.ModMenu.Frame.home local mound = game.Players.LocalPlayer.PlayerGui.ModMenu.Frame.mound first.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = FirstBase.CFrame end) second.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = SecondBase.CFrame end) third.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = ThirdBase.CFrame end) home.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = HomeBase.CFrame end) mound.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = MoundBase.CFrame end) -- ayyyyo luketoon on yt -- scripts not made by luketoon lol by owner(s)