Advertisement
karobloxYT

Untitled

Aug 24th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextBox")local d=Instance.new("TextButton")local e=Instance.new("TextLabel")a.Name="GGG"a.Parent=game.CoreGui;a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Parent=a;b.BackgroundColor3=Color3.new(1,1,1)b.BackgroundTransparency=0.40000000596046;b.BorderSizePixel=22;b.Position=UDim2.new(0.315789461,0,0.319749206,0)b.Size=UDim2.new(0,287,0,254)b.Draggable=true;b.Active=true;c.Name="Playername"c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.Position=UDim2.new(0,0,0.204724416,0)c.Size=UDim2.new(0,287,0,50)c.Font=Enum.Font.Arcade;c.Text="Playername"c.TextColor3=Color3.new(0,0,0)c.TextSize=14;d.Name="Bringplayer"d.Parent=b;d.BackgroundColor3=Color3.new(0,0.666667,0.498039)d.Position=UDim2.new(0.278745651,0,0.570866168,0)d.Size=UDim2.new(0,126,0,50)d.Font=Enum.Font.Arcade;d.Text="Bring player"d.TextColor3=Color3.new(0,0,0)d.TextSize=14;d.MouseButton1Down:connect(function()for f,g in pairs(game.Workspace:GetDescendants())do if string.find(g.Name,c.Text)then g:FindFirstChild("HumanoidRootPart").Anchored=true;g:FindFirstChild("HumanoidRootPart").CFrame=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3.3)end end end)e.Parent=b;e.BackgroundColor3=Color3.new(1,1,1)e.Size=UDim2.new(0,287,0,50)e.Font=Enum.Font.SourceSans;e.Text="Gui by kietprofe40/Kiet Gamer"e.TextColor3=Color3.new(0,0,0)e.TextSize=14;function zigzag(h)return math.acos(math.cos(h*math.pi))/math.pi end;counter=0;while wait(0.1)do b.BorderColor3=Color3.fromHSV(zigzag(counter),1,1)d.TextColor3=Color3.fromHSV(zigzag(counter),1,1)e.TextColor3=Color3.fromHSV(zigzag(counter),1,1)c.TextColor3=Color3.fromHSV(zigzag(counter),1,1)counter=counter+0.01 end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement