Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Blackscreen on your Display--
- --Made by xGoldgamer2j--
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local BlackScreen = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- BlackScreen.Name = "BlackScreen"
- BlackScreen.Parent = game.Workspace
- BlackScreen.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = BlackScreen
- Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Frame.Size = UDim2.new(0, 1600, 0, 754)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.Size = UDim2.new(0, 1600, 0, 754)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Sie wurden gefeuert!!!"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 99.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement