Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local scubaYEET = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextBox = Instance.new("TextBox")
- local TextButton = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- scubaYEET.Name = "scubaYEET"
- scubaYEET.Parent = game:GetService('CoreGui')
- scubaYEET.ResetOnSpawn = false
- Frame.Parent = scubaYEET
- Frame.Active = true
- Frame.Draggable = true
- Frame.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.0702970326, 0, 0.724137902, 0)
- Frame.Size = UDim2.new(0, 452, 0, 64)
- TextBox.Parent = Frame
- TextBox.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- TextBox.BorderSizePixel = 0
- TextBox.Position = UDim2.new(0.0293086898, 0, 0.101439953, 0)
- TextBox.Size = UDim2.new(0, 323, 0, 50)
- TextBox.Font = Enum.Font.Gotham
- TextBox.PlaceholderText = "Player Name"
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(1, 1, 1)
- TextBox.TextSize = 14
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.758849561, 0, 0.09375, 0)
- TextButton.Size = UDim2.new(0, 99, 0, 50)
- TextButton.Font = Enum.Font.Arcade
- TextButton.Text = "Y E E T"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextSize = 14
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.25, 0, 1.00000048, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 18)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "yeet gui by scuba kermit xd"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextButton.MouseButton1Click:Connect(function()
- local target = game:GetService('Players')[TextBox.Text].Character
- game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true
- local coin = Instance.new('BodyThrust',game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart)
- coin.Force = Vector3.new(2555,0,2555)
- repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame;coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head
- end)
Add Comment
Please, Sign In to add comment