Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while not getmetatable(shared) do
- wait()
- end
- shared(script)
- player = game.Players.LocalPlayer
- b = Instance.new("BillboardGui", player.Character.Head)
- b.Size = UDim2.new(0, 200, 0, 90)
- b.StudsOffset = Vector3.new(0, 1.9, 0)
- t = Instance.new("TextLabel", b)
- t.BackgroundTransparency = 1
- t.Size = UDim2.new(0, 200, 0, 50)
- t.Font = "SourceSansBold"
- t.FontSize = "Size32"
- t.Text = "Fuck all of you I have a White Hat bitches"
- t.TextColor3 = Color3.new(1, 1, 1)
- t.TextStrokeTransparency = 0
- t.Position = UDim2.new(0, 0, -0.4, -11)
- i = Instance.new("ImageLabel", b)
- i.BackgroundTransparency = 1
- i.Position = UDim2.new(0.2, -5, -0.5, 9)
- i.Size = UDim2.new(0, 130, 0, 130)
- i.Rotation = 0
- i.Image = "rbxassetid://64954978"
Add Comment
Please, Sign In to add comment