Advertisement
Pukaciu

test

Oct 1st, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. function Random(num)
  2. local section = num % 1 * 3
  3. local secondary = 0.5 * math.pi * (section % 1)
  4. if section < 1 then
  5. return 1, 1 - math.cos(secondary), 1 - math.sin(secondary)
  6. elseif section < 2 then
  7. return 1 - math.sin(secondary), 1, 1 - math.cos(secondary)
  8. else
  9. return 1 - math.cos(secondary), 1 - math.sin(secondary), 1
  10. end
  11. end
  12. local txtfag = Instance.new("BillboardGui", head)
  13. txtfag.Adornee = suckadick
  14. txtfag.Name = "kys nigga"
  15. txtfag.Size = UDim2.new(2, 0, 1.2, 0)
  16. txtfag.StudsOffset = Vector3.new(-5, 3, 0)
  17. local textfag = Instance.new("TextLabel", txtfag)
  18. textfag.Size = UDim2.new(6, 0, 1, 0)
  19. textfag.FontSize = "Size8"
  20. textfag.TextScaled = true
  21. textfag.TextTransparency = 0
  22. textfag.BackgroundTransparency = 1
  23. textfag.TextTransparency = 0
  24. textfag.TextStrokeTransparency = 0
  25. textfag.Font = "SciFi"
  26. textfag.TextStrokeColor3 = Color3.new(0, 1, 0)
  27. textfag.Text = "420"
  28. v = Instance.new("Part")
  29. v.Name = "ColorBrick"
  30. v.Parent = part
  31. v.FormFactor = "Symmetric"
  32. v.Anchored = true
  33. v.CanCollide = false
  34. v.BottomSurface = "Smooth"
  35. v.TopSurface = "Smooth"
  36. v.Size = Vector3.new(10, 5, 3)
  37. v.Transparency = 0.7
  38. v.CFrame = head.CFrame
  39. v.BrickColor = BrickColor.new("Really black")
  40. v.Transparency = 1
  41. textfag.TextColor3 = v.BrickColor.Color
  42. textfag.TextStrokeColor3 = Color3.new(0, 0, 0)
  43. v.Shape = "Block"
  44. game:GetService("RunService").RenderStepped:connect(function()
  45. textfag.TextColor = BrickColor.new(Random(tick()))
  46. end)
  47. sine = 100
  48. angle = 100
  49. anglespeed = 100
  50. local anim = false
  51. local walking = false
  52. local sprinting = false
  53. local superspeed = false
  54. local superspeed2 = false
  55. local debounce = false
  56. function Lerp(a, b, c)
  57. return a + (b - a) * c
  58. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement