Advertisement
robloxscripter101500

meme police roblox script

Jan 17th, 2018
4,598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. --By opgamer21519782 and Nucleonix
  2. mouse = game.Players.LocalPlayer:GetMouse()
  3. game.Players.LocalPlayer.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  4. local txtfag = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  5. txtfag.Adornee = Created by opgamer21519782 and Nucleonix
  6. txtfag.Name = "Local entity freezer"
  7. txtfag.Size = UDim2.new(2, 0, 1.2, 0)
  8. txtfag.StudsOffset = Vector3.new(-5, 3, 0)
  9. local textfag = Instance.new("TextLabel", txtfag)
  10. textfag.Size = UDim2.new(6, 0, 1, 0)
  11. textfag.FontSize = "Size8"
  12. textfag.TextScaled = true
  13. textfag.TextTransparency = 0
  14. textfag.BackgroundTransparency = 1
  15. textfag.TextTransparency = 0
  16. textfag.TextStrokeTransparency = 0
  17. textfag.Font = "Cartoon"
  18. textfag.TextStrokeColor3 = Color3.new(0, 1, 0)
  19. v = Instance.new("Part")
  20. v.Name = "ColorBrick"
  21. v.Parent = part
  22. v.FormFactor = "Symmetric"
  23. v.Anchored = true
  24. v.CanCollide = false
  25. v.BottomSurface = "Smooth"
  26. v.TopSurface = "Smooth"
  27. v.Size = Vector3.new(10, 5, 3)
  28. v.Transparency = 0.7
  29. v.BrickColor = game.Players.LocalPlayer.Character.Torso.BrickColor
  30. v.Transparency = 1
  31. textfag.TextColor3 = v.BrickColor.Color
  32. textfag.TextStrokeColor3 = Color3.new(0, 0, 0)
  33. v.Shape = "Block"
  34. textfag.Text = "Script By opgamer21519782 and Nucleonix"
  35. wait(2)
  36. textfag.Text = "Enjoy"
  37. wait(0.3)
  38. textfag.Text = game.Players.LocalPlayer.Character.Name.." Local entity freezer"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement