Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- local TextButton_5 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextButton_6 = Instance.new("TextButton")
- -- Properties
- ScreenGui.Parent = game.StarterGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- Frame.BackgroundTransparency = 0.20000000298023
- Frame.Position = UDim2.new(0.10742186, 0, 0.337792635, 0)
- Frame.Size = UDim2.new(0, 342, 0, 274)
- Frame.Selectable = true
- Frame.Active = true
- Frame.Draggable = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton.Position = UDim2.new(0.0418456681, 0, 0.142389446, 0)
- TextButton.Size = UDim2.new(0, 83, 0, 57)
- TextButton.Font = Enum.Font.SourceSansBold
- TextButton.FontSize = Enum.FontSize.Size18
- TextButton.Text = "Diamond"
- TextButton.TextColor3 = Color3.new(0, 0, 1)
- TextButton.TextSize = 18
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton_2.Position = UDim2.new(0.362791449, 0, 0.142389446, 0)
- TextButton_2.Size = UDim2.new(0, 83, 0, 57)
- TextButton_2.Font = Enum.Font.SourceSansBold
- TextButton_2.FontSize = Enum.FontSize.Size24
- TextButton_2.Text = "Reward"
- TextButton_2.TextColor3 = Color3.new(0, 0, 1)
- TextButton_2.TextSize = 20
- TextButton_3.Parent = Frame
- TextButton_3.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton_3.Position = UDim2.new(0.68695271, 0, 0.142389446, 0)
- TextButton_3.Size = UDim2.new(0, 83, 0, 57)
- TextButton_3.Font = Enum.Font.SourceSansBold
- TextButton_3.FontSize = Enum.FontSize.Size18
- TextButton_3.Text = "Blue Chest"
- TextButton_3.TextColor3 = Color3.new(0, 0, 1)
- TextButton_3.TextSize = 17
- TextButton_4.Parent = Frame
- TextButton_4.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton_4.Position = UDim2.new(0.0403558202, 0, 0.511658609, 0)
- TextButton_4.Size = UDim2.new(0, 83, 0, 57)
- TextButton_4.Font = Enum.Font.SourceSansBold
- TextButton_4.FontSize = Enum.FontSize.Size18
- TextButton_4.Text = "Purple Chest"
- TextButton_4.TextColor3 = Color3.new(0, 0, 1)
- TextButton_4.TextSize = 17
- TextButton_5.Parent = Frame
- TextButton_5.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton_5.Position = UDim2.new(0.68695271, 0, 0.511658609, 0)
- TextButton_5.Size = UDim2.new(0, 83, 0, 57)
- TextButton_5.Font = Enum.Font.SourceSansBold
- TextButton_5.FontSize = Enum.FontSize.Size24
- TextButton_5.Text = "Red Chest"
- TextButton_5.TextColor3 = Color3.new(0, 0, 1)
- TextButton_5.TextSize = 19
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 90
- TextLabel.Position = UDim2.new(0.212041885, 0, 0.855072439, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.FontSize = Enum.FontSize.Size18
- TextLabel.Text = "made by dipf"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 17
- TextButton_6.Parent = Frame
- TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_6.BackgroundTransparency = 90
- TextButton_6.Position = UDim2.new(0.859727561, 0, 0, 0)
- TextButton_6.Size = UDim2.new(0, 54, 0, 39)
- TextButton_6.Font = Enum.Font.SourceSansBold
- TextButton_6.FontSize = Enum.FontSize.Size28
- TextButton_6.Text = "X"
- TextButton_6.TextColor3 = Color3.new(0, 0, 0)
- TextButton_6.TextSize = 25
- --scripts
- TextButton.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-295.727814, 0.819720387, -643.793701)
- end)
- TextButton_2.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-157.656189, -1.91410303, -209.895935)
- end)
- TextButton_3.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-722.336304, 3.03027868, -743.035095)
- end)
- TextButton_4.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-618.005493, 3.03029013, -742.943665)
- end)
- TextButton_5.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-524.887085, 2.93027544, -743.876099)
- end)
- TextButton_6.MouseButton1Down:connect(function()
- Frame.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement