The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Simple gui script pastebin roblox
By simple gui on 2024-09-22 08:00 am | Syntax: LUA | Views: 17



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local j=Instance.new("ScreenGui")local m=Instance.new("Frame")local u=Instance.new("TextButton")local v=Instance.new("TextButton")local w=Instance.new("TextButton")local n=Instance.new("TextButton")local i=Instance.new("Frame")local q=Instance.new("TextButton")local y=Instance.new("Frame")local x=Instance.new("TextButton")local C=Instance.new("TextButton")local z=Instance.new("TextButton")local K=Instance.new("TextButton")local J=Instance.new("TextButton")local M=Instance.new("TextButton")local O=Instance.new("Frame")local N=Instance.new("TextButton")local L=Instance.new("TextButton")local G=Instance.new("TextButton")local H=Instance.new("TextButton")local A=Instance.new("TextButton")local E=Instance.new("TextButton")local I=Instance.new("TextButton")local t=Instance.new("TextButton")local s=Instance.new("Frame")local F=Instance.new("TextButton")local D=Instance.new("TextButton")local B=Instance.new("TextButton")local o=Instance.new("TextButton")local p=Instance.new("TextButton")local r=Instance.new("TextButton")j.Name="FTFGui"j.Parent=game.CoreGui local d=false local g=false local f=false local l=false local e=false local h=false local c=false local a=false local a=30 local b=game:GetService("Lighting")local k={0,0,0,0,0,0,0}local P=game.CoreGui.FTFGui function createAlert(a)local b=Instance.new("Frame")local c=Instance.new("TextLabel")local d=Instance.new("TextButton")wait()b.Name="AlertFrame"b.Parent=j b.BackgroundColor3=Color3.new(0.290196,0.290196,0.290196)b.BackgroundTransparency=0.30000001192093 b.BorderSizePixel=0 b.Position=UDim2.new(0.376703769,0,0.296954393,0)b.Size=UDim2.new(0.273999989,0,0.405000001,0)wait()c.Parent=b c.BackgroundColor3=Color3.new(1,1,1)c.BackgroundTransparency=1 c.BorderSizePixel=0 c.Size=UDim2.new(1.00000012,0,0.555054247,0)c.Font=Enum.Font.Cartoon c.Text=a c.TextColor3=Color3.new(1,1,1)c.TextScaled=true c.TextSize=14 c.TextWrapped=true wait()d.Name="Close"d.Parent=b d.BackgroundColor3=Color3.new(1,0.196078,0.196078)d.BackgroundTransparency=0.40000000596046 d.BorderSizePixel=0 d.Position=UDim2.new(0.136999995,0,0.628000021,0)d.Size=UDim2.new(0.751657605,0,0.251247555,0)d.Font=Enum.Font.Cartoon d.Text="Close"d.TextColor3=Color3.new(0,0,0)d.TextScaled=true d.TextSize=14 d.TextWrapped=true d.MouseButton1Click:Connect(function()P.AlertFrame:Destroy()end)end m.Name="MainFrame"m.Parent=j m.BackgroundColor3=Color3.new(0.290196,0.290196,0.290196)m.BackgroundTransparency=0.30000001192093 m.BorderSizePixel=0 m.Position=UDim2.new(0.0991326198,0,0.824873149,0)m.Size=UDim2.new(0.800000012,0,0.156000003,0)m.Visible=false u.Name="TPs"u.Parent=m u.BackgroundColor3=Color3.new(1,1,1)u.BackgroundTransparency=0.40000000596046 u.BorderSizePixel=0 u.Position=UDim2.new(0.0198104251,0,0.114006467,0)u.Size=UDim2.new(0.186823204,0,0.765470207,0)u.Font=Enum.Font.Cartoon u.Text="TPs"u.TextColor3=Color3.new(0,0,0)u.TextScaled=true u.TextSize=14 u.TextWrapped=true u.MouseButton1Click:Connect(function()if g==false then for b,a in pairs(game.Players:GetChildren())do P.TPFrame[b].Text="NAN"P.TPFrame[b].Text=a.Name end P.TPFrame.Visible=true g=true else P.TPFrame.Visible=false g=false end end)v.Name="PCs"v.Parent=m v.BackgroundColor3=Color3.new(1,1,1)v.BackgroundTransparency=0.40000000596046 v.BorderSizePixel=0 v.Position=UDim2.new(0.22307682,0,0.114,0)v.Size=UDim2.new(0.186823204,0,0.765470207,0)v.Font=Enum.Font.Cartoon v.Text="PCs"v.TextColor3=Color3.new(0,0,0)v.TextScaled=true v.TextSize=14 v.TextWrapped=true v.MouseButton1Click:Connect(function()local a=1 while a



  • Recent Roblox Scripts