Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
- local Player,game,owner = owner,game
- local RealPlayer = Player
- print("FE Compatibility code by Mokiros")
- local rp = RealPlayer
- script.Parent = rp.Character
- print("Currently on test!")
- text.Text = "Wielder of YA MAMA"
- local txtd = Instance.new("BillboardGui", char)
- txtd.Adornee = char.Head
- txtd.Name = "_status"
- txtd.Size = UDim2.new(2, 0, 1.2, 0)
- txtd.StudsOffset = Vector3.new(-9, 8, 0)
- local texth = Instance.new("TextLabel", txtd)
- texth.Size = UDim2.new(10, 0, 7, 0)
- texth.FontSize = "Size24"
- texth.TextScaled = true
- texth.TextTransparency = 0
- texth.BackgroundTransparency = 1
- texth.TextTransparency = 0
- texth.TextStrokeTransparency = 1
- texth.Font = "Cartoon"
- texth.TextStrokeColor3 = Color3.new(0, 0, 0)
- v = Instance.new("Part")
- v.Name = "ColorBrick"
- v.Parent = Player.Character
- v.FormFactor = "Symmetric"
- v.Anchored = true
- v.CanCollide = false
- v.BottomSurface = "Smooth"
- v.TopSurface = "Smooth"
- v.Size = Vector3.new(10, 5, 3)
- v.Transparency = 1
- v.CFrame = char.Torso.CFrame
- v.BrickColor = BrickColor.new("Really black")
- v.Transparency = 1
- v.Shape = "Block"
- spawn(function()
- local TweenService = game:GetService("TweenService")
- 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)}
- local Intt = 0
- while wait(0.2) do
- if Intt == #Colourss then Intt = 0 end
- Intt = Intt+1
- TweenService:Create(texth,TweenInfo.new(1),{TextColor3 = Colourss[Intt]}):Play()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement