Advertisement
TheLunarIsThinking_

Testing Of Lunatic

Mar 9th, 2019
507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.62 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4.  
  5.     print("FE Compatibility code by Mokiros")
  6.     local rp = RealPlayer
  7.     script.Parent = rp.Character
  8.  
  9. print("Currently on test!")
  10.  
  11. text.Text = "Wielder of YA MAMA"
  12.  
  13.  
  14. local txtd = Instance.new("BillboardGui", char)
  15. txtd.Adornee = char.Head
  16. txtd.Name = "_status"
  17. txtd.Size = UDim2.new(2, 0, 1.2, 0)
  18. txtd.StudsOffset = Vector3.new(-9, 8, 0)
  19. local texth = Instance.new("TextLabel", txtd)
  20. texth.Size = UDim2.new(10, 0, 7, 0)
  21. texth.FontSize = "Size24"
  22. texth.TextScaled = true
  23. texth.TextTransparency = 0
  24. texth.BackgroundTransparency = 1
  25. texth.TextTransparency = 0
  26. texth.TextStrokeTransparency = 1
  27. texth.Font = "Cartoon"
  28. texth.TextStrokeColor3 = Color3.new(0, 0, 0)
  29. v = Instance.new("Part")
  30. v.Name = "ColorBrick"
  31. v.Parent = Player.Character
  32. v.FormFactor = "Symmetric"
  33. v.Anchored = true
  34. v.CanCollide = false
  35. v.BottomSurface = "Smooth"
  36. v.TopSurface = "Smooth"
  37. v.Size = Vector3.new(10, 5, 3)
  38. v.Transparency = 1
  39. v.CFrame = char.Torso.CFrame
  40. v.BrickColor = BrickColor.new("Really black")
  41. v.Transparency = 1
  42. v.Shape = "Block"
  43. spawn(function()
  44. local TweenService = game:GetService("TweenService")
  45. local Colourss = {Color3.fromRGB(72,99,0),Color3.fromRGB(99,21,2),Color3.fromRGB(6,0,99),Color3.fromRGB(99,35,90),Color3.fromRGB(203,213,0)}
  46. local Intt = 0
  47. while wait(0.2) do
  48.     if Intt == #Colourss then Intt = 0 end
  49.     Intt = Intt+1
  50.     TweenService:Create(texth,TweenInfo.new(1),{TextColor3 = Colourss[Intt]}):Play()
  51. end
  52. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement