Advertisement
ZeyRoxs

Whitelister

Aug 22nd, 2020 (edited)
4,578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9.  
  10. --Properties:
  11.  
  12. ScreenGui.Parent = game:WaitForChild("CoreGui")
  13. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  14.  
  15. Frame.Parent = ScreenGui
  16. Frame.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  17. Frame.BorderSizePixel = 0
  18. Frame.Position = UDim2.new(0.389415473, 0, 0.391304374, 0)
  19. Frame.Size = UDim2.new(0, 279, 0, 130)
  20.  
  21. TextLabel.Parent = Frame
  22. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  23. TextLabel.BackgroundTransparency = 1.000
  24. TextLabel.Position = UDim2.new(0.139784947, 0, 0.307692319, 0)
  25. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  26. TextLabel.Font = Enum.Font.SourceSans
  27. TextLabel.Text = "Next time dont use cracked :) "
  28. TextLabel.TextColor3 = Color3.fromRGB(227, 227, 227)
  29. TextLabel.TextSize = 14.000
  30.  
  31.  
  32. game.ReplicatedStorage.MainEvent:FireServer("BreathingHAMON")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement