Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local thing = Instance.new("ScreenGui")
- local TextLabel = Instance.new("TextLabel")
- local ImageLabel = Instance.new("ImageLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local ImageLabel_2 = Instance.new("ImageLabel")
- local ImageLabel_3 = Instance.new("ImageLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextLabel_4 = Instance.new("TextLabel")
- -- Properties
- thing.Name = "thing"
- thing.Parent = game.Workspace
- TextLabel.Parent = thing
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 400, 0, 30)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.FontSize = Enum.FontSize.Size28
- TextLabel.Text = "join discord:"
- TextLabel.TextScaled = true
- TextLabel.TextSize = 27
- TextLabel.TextWrapped = true
- ImageLabel.Parent = thing
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.Position = UDim2.new(0, 400, 0, 0)
- ImageLabel.Size = UDim2.new(0, 100, 0, 100)
- ImageLabel.Image = "rbxassetid://1223924245"
- TextLabel_2.Parent = thing
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Size = UDim2.new(0, 400, 0, 100)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.FontSize = Enum.FontSize.Size28
- TextLabel_2.Text = "https://discord.gg/Qt39CTY"
- TextLabel_2.TextColor3 = Color3.new(0.792157, 0.635294, 0)
- TextLabel_2.TextSize = 27
- ImageLabel_2.Parent = thing
- ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel_2.BackgroundTransparency = 1
- ImageLabel_2.Position = UDim2.new(0, 330, 0, 35)
- ImageLabel_2.Size = UDim2.new(0, 30, 0, 30)
- ImageLabel_2.Image = "rbxassetid://1234488026"
- ImageLabel_3.Parent = thing
- ImageLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel_3.BackgroundTransparency = 1
- ImageLabel_3.Position = UDim2.new(0, 40, 0, 35)
- ImageLabel_3.Size = UDim2.new(0, 30, 0, 30)
- ImageLabel_3.Image = "rbxassetid://1234488026"
- TextLabel_3.Parent = thing
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Position = UDim2.new(0, 0, 0, 60)
- TextLabel_3.Size = UDim2.new(0, 400, 0, 30)
- TextLabel_3.Font = Enum.Font.Arcade
- TextLabel_3.FontSize = Enum.FontSize.Size18
- TextLabel_3.Text = "be active buddy!"
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 16
- TextLabel_3.TextWrapped = true
- TextLabel_4.Parent = thing
- TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_4.BackgroundTransparency = 1
- TextLabel_4.BorderSizePixel = 0
- TextLabel_4.Position = UDim2.new(0, 150, 0, 60)
- TextLabel_4.Rotation = 450
- TextLabel_4.Size = UDim2.new(0, 400, 0, 30)
- TextLabel_4.Font = Enum.Font.Cartoon
- TextLabel_4.FontSize = Enum.FontSize.Size18
- TextLabel_4.Text = ":D"
- TextLabel_4.TextColor3 = Color3.new(1, 0, 0.0156863)
- TextLabel_4.TextScaled = true
- TextLabel_4.TextSize = 16
- TextLabel_4.TextWrapped = true
- wait(1)
- gui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
- wait(1)
- text = Instance.new("TextButton", game.Players.LocalPlayer.PlayerGui.ScreenGui)
- text.Text = "no :Dy"
- text.Size = UDim2.new(0,200, 0,80)
- text.Position = UDim2.new(0,0, 0,300)
- function succ()
- local lele = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
- lele.SoundId = "http://roblox.com/asset?id=323901968"
- lele.Volume = 1
- lele.EmitterSize = 1000
- lele:Play()
- end
- text.MouseButton1Click:connect(succ)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement