Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Source = [[local Player = owner
- local Bill = Instance.new("BillboardGui",Player.Character.Head)
- Bill.StudsOffset = Vector3.new(0,6,0)
- Bill.Size = UDim2.new(10,0,3,0)
- local Frame = Instance.new("ScrollingFrame",Bill)
- Frame.Size = UDim2.new(1,0,1,-1)
- Frame.Transparency = 1
- Frame.ScrollBarThickness = 0
- Frame.CanvasSize = UDim2.new(0,0,0,0)
- local Text = Instance.new("TextLabel",Frame)
- Text.Position = UDim2.new(0.5,0,1,-1)
- Text.Size = UDim2.new(0,0,1,0)
- Text.Text = "Loading..."
- Text.BorderColor = BrickColor.new('Really red')
- Text.BackgroundTransparency = 0
- Text.BorderSizePixel = 0
- Text.Font = "SourceSansBold"
- Text.FontSize = "Size36"
- Text.TextScaled = true
- Text.TextColor = BrickColor.new('White')
- Text.Font = "SourceSansItalic"
- Text.BackgroundColor3 = Color3.new(0.15,0.15,0.15)
- Text:TweenSize(UDim2.new(1, 0, 1, 0),"Out", "Bounce", 1.2)
- Text:TweenPosition(UDim2.new(0, 0, 1, -1),"Out", "Bounce", 0.5)
- wait(0.5)
- Text:TweenPosition(UDim2.new(0, 0, 0, 0),"Out", "Bounce", 0.5)
- wait(0.5)
- Text.Text = 'Chat by bellaouzo loaded! Say "chat:cmds" for a list of commands! (Prints in output). Now finishing loading...'
- wait(8.5)
- Text:TweenPosition(UDim2.new(0, 0, 1, -1),"Out", "Bounce", 0.5)
- wait(0.5)
- Text:TweenPosition(UDim2.new(0.5, 0, 1, -1),"Out", "Bounce", 1.2)
- Text:TweenSize(UDim2.new(0, 0, 1, 0),"Out", "Bounce", 1.2)
- local Bubble = false
- local Player = owner
- Player.Chatted:connect(function(msg)
- local Chat = coroutine.resume(coroutine.create(function()
- local Bill = Instance.new("BillboardGui",Player.Character.Head)
- Bill.StudsOffset = Vector3.new(0,6,0)
- Bill.Size = UDim2.new(10,0,3,0)
- local Frame = Instance.new("ScrollingFrame",Bill)
- Frame.Size = UDim2.new(1,0,1,-1)
- Frame.Transparency = 1
- Frame.ScrollBarThickness = 0
- Frame.CanvasSize = UDim2.new(0,0,0,0)
- local Text = Instance.new("TextLabel",Frame)
- Text.Position = UDim2.new(0.5,0,1,-1)
- Text.Size = UDim2.new(0,0,1,0)
- Text.Text = ""
- Text.BorderColor = BrickColor.new('Really red')
- Text.BackgroundTransparency = 0
- Text.BorderSizePixel = 0
- Text.Font = "SourceSansBold"
- Text.FontSize = "Size36"
- Text.TextScaled = true
- Text.TextColor = BrickColor.new('White')
- Text.BackgroundColor3 = Color3.new(0.15,0.15,0.15)
- Text:TweenSize(UDim2.new(1, 0, 1, 0),"Out", "Bounce", 1.2)
- Text:TweenPosition(UDim2.new(0, 0, 1, -1),"Out", "Bounce", 0.5)
- wait(0.5)
- Text:TweenPosition(UDim2.new(0, 0, 0, 0),"Out", "Bounce", 0.5)
- wait(0.5)
- for i = 1,#msg do
- Text.Text = msg:sub(1,i)
- wait(0.075)
- end
- wait(3)
- Text:TweenPosition(UDim2.new(0, 0, 1, -1),"Out", "Bounce", 0.5)
- wait(0.5)
- Text:TweenPosition(UDim2.new(0.5, 0, 1, -1),"Out", "Bounce", 1.2)
- Text:TweenSize(UDim2.new(0, 0, 1, 0),"Out", "Bounce", 1.2)
- local Bubble = false
- end))
- end)
- local PLight = Instance.new("PointLight",Player.Character.Head)
- PLight.Color = Color3.new(255,0,0)
- PLight.Brightness = 100 PLight.Range = 25
- local Bill = Instance.new("BillboardGui",Player.Character.Head)
- Bill.StudsOffset = Vector3.new(0,2.5,0)
- Bill.Size = UDim2.new(5,0,2,0)
- Text = Instance.new("TextLabel",Bill)
- Text.Size = UDim2.new(1,0,1,0)
- Text.BackgroundTransparency = 1
- Text.Text = Player.Name
- Text.Font = "SourceSansBold"
- Text.FontSize = "Size96"
- Text.TextScaled = true
- hue = 0
- inc = 1
- Text.TextColor3 = Color3.new(255,0,0)
- local Bill2 = Instance.new("BillboardGui",Player.Character.Head)
- Bill2.StudsOffset = Vector3.new(0,4,0)
- Bill2.Size = UDim2.new(5,0,2,0)
- Text2 = Instance.new("TextLabel",Bill2)
- Text2.Size = UDim2.new(1,0,1,0)
- Text2.BackgroundTransparency = 1
- if Player:GetRankInGroup(3256759) >= 252 then
- Text2.Text = "Rank: Game MOD+"
- game:GetService('RunService').Stepped:connect(function()
- hue = hue + inc
- Text2.TextColor3 = Color3.fromHSV((hue%360)/360,1,1)
- Text.TextColor3 = Color3.fromHSV((hue%360)/360,1,1)
- Bill2.StudsOffset = Vector3.new(0,3.5,0)
- end)
- elseif Player:GetRankInGroup(3256759) == 249 then
- Text2.Text = "Rank: Scripter"
- Text.TextColor3 = Color3.new(255,0,0)
- Text2.TextColor3 = Color3.new(255,0,0)
- Bill2.StudsOffset = Vector3.new(0,3.5,0)
- elseif Player:GetRankInGroup(3256759) == 250 then
- Text2.Text = "Rank: Advanced Scripter"
- Text2.TextColor3 = Color3.new(255,0,0)
- Text.TextColor3 = Color3.new(255,0,0)
- Bill2.StudsOffset = Vector3.new(0,3.5,0)
- elseif Player:IsInGroup(3256759) then
- Text2.Text = "Rank: Member"
- Text2.TextColor3 = Color3.new(1,1,1)
- Text.TextColor3 = Color3.new(1,1,1)
- else
- Text2.Text = "Rank: None"
- Text2.TextColor3 = Color3.new(1,1,1)
- Text2.Font = "SourceSansBold"
- Text2.FontSize = "Size60"
- Text2.TextScaled = true
- Text.TextColor3 = Color3.new(1,1,1)
- hue = 0
- inc = 1
- local Angle = 0
- end
- wait()
- local Player = owner
- Player.Chatted:connect(function(msg)
- if msg:sub(1,13):lower()== "chat:hiderank" then
- Text2.Visible = false
- elseif msg:sub(1,13):lower() == "chat:showrank" then
- Text2.Visible = true
- elseif msg:sub(1,5):lower() == "rank:" then
- Text2.Text = msg:sub(6)
- elseif msg:sub(1,5):lower() == "name:" then
- Text.Text = msg:sub(6)
- elseif msg:sub(1,13):lower() == "chat:hidename" then
- Text.Visible = false
- elseif msg:sub(1,13):lower() == "chat:showname" then
- Text.Visible = true
- elseif msg:sub(1,5):lower() == "font:" then
- Text.Font = msg:sub(6)
- Text2.Font = msg:sub(6)
- elseif msg:sub(1,11):lower() == "textcolor: " then
- Text.TextColor = BrickColor.new(msg:sub(12))
- Text2.TextColor = BrickColor.new(msg:sub(12))
- elseif msg:sub(1,9):lower() == "chat:cmds" then
- warn("\nchat:hiderank >Hides your rank above head\nchat:showrank >Shows rank above head\nchat:hidename > Hides your name above head\nchat:showname >Shows name above head\nrank:TEXTHERE >Sets rank text to whatever you desire\nname:TEXTHERE >Sets name text to whatever you desire\ntextcolor:TEXHERE >Changes name and rank text to said BrickColor\nfont:TEXTHERE >Sets name and rank text to said FontType")
- end
- end)]]
- print("Making ServerScript")
- local Remote = NS(Source,owner.Character)
- print("Scripts loaded! No remotes necessary. ~WaverlyCoal")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement