Why is this Anti-Exploit verify button not working?
Asked by
8 years ago Edited 8 years ago
So, I have a local script in a button for a verify command for this anti-exploit group I work for, yet the verify command is not working, I have it set on a else after the function to print it is having a error, here'es the lines.
01 | local LP = game.Players.LocalPlayer |
04 | script.Parent.MouseButton 1 Click:connect( function (Verification) |
06 | if toggled = = false then |
08 | local Billboard = Instance.new( "BillboardGui" ) |
09 | Billboard.Parent = game.Workspace:FindFirstChild(LP).head |
10 | Billboard.Adornee = game.Workspace:FindFirstChild(LP).head |
11 | Billboard.Size = UDim 2. new( 3 , 0 , 2 , 0 ) |
12 | Billboard.StudsOffset = Vector 3. new( 0 , 2 , 0 ) |
14 | local ImageLabel = Instance.new( "ImageLabel" ) |
16 | ImageLabel.Size = UDim 2. new(. 6 , 0 , 0.9 , 0 ) |
17 | ImageLabel.Position = UDim 2. new( 0 , 25 ,-. 25 , 0 ) |
18 | ImageLabel.BackgroundTransparency = . 5 |
19 | ImageLabel.Parent = Billboard |
23 | print ( "Error to verify, please contact High Command or a Developer ERROR: 113" ) |