Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local JokerGuiv1 = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local Frame_2 = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- -- Properties
- JokerGuiv1.Name = "Joker Gui v.1"
- JokerGuiv1.Parent = game.CoreGui
- Frame.Parent = JokerGuiv1
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(0.623529, 0.623529, 0.623529)
- Frame.BackgroundTransparency = 0.30000001192093
- Frame.BorderColor3 = Color3.new(0, 1, 0)
- Frame.BorderSizePixel = 2
- Frame.Draggable = true
- Frame.Position = UDim2.new(0.439613521, 0, 0.495291889, 0)
- Frame.Size = UDim2.new(0, 436, 0, 198)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(0, 436, 0, 50)
- TextLabel.Text = "Joker GUI v.1"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 14
- TextLabel.TextStrokeColor3 = Color3.new(0, 1, 0)
- TextLabel.TextStrokeTransparency = 0.20000000298023
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame_2.BackgroundTransparency = 0.40000000596046
- Frame_2.BorderSizePixel = 0
- Frame_2.Position = UDim2.new(0.0160550456, 0, 0.222222209, 0)
- Frame_2.Size = UDim2.new(0, 422, 0, 6)
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0.839216, 0.839216, 0.839216)
- TextButton.Position = UDim2.new(0.016874969, 0, 0.312189668, 0)
- TextButton.Size = UDim2.new(0, 124, 0, 27)
- TextButton.Font = Enum.Font.Cartoon
- TextButton.Text = "Bunny Ears"
- TextButton.TextColor3 = Color3.new(0, 1, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextStrokeTransparency = 0.20000000298023
- TextButton.TextWrapped = true
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(0.0160550456, 0, 0.171717167, 0)
- TextLabel_2.Size = UDim2.new(0, 57, 0, 10)
- TextLabel_2.Font = Enum.Font.Cartoon
- TextLabel_2.Text = "Suit&Tie"
- TextLabel_2.TextColor3 = Color3.new(0.333333, 1, 1)
- TextLabel_2.TextSize = 14
- TextLabel_2.TextStrokeColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextStrokeTransparency = 0.20000000298023
- TextButton.MouseButton1Down:connect(function()
- game.ReplicatedStorage.ClothingService:FireServer("Hat", 001527622 )
- end)
- TextButton.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humannoid.WalkSpeed = 64
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement