Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Chat talk
- --Also May Make You Unkillable In SB
- wait(1)
- plr = game.Players.LocalPlayer
- char = plr.Character
- mouse = plr:GetMouse()
- hum = char.Humanoid
- orange = Color3.new(0, 0, 0)
- -- Functions
- base = Instance.new("ScreenGui",plr.PlayerGui)
- bbg = Instance.new("BillboardGui",plr.Character.Head)
- bbg.Size = UDim2.new(0,200,0,50)
- bbg.StudsOffset = Vector3.new(0,3,0)
- bbgTl = Instance.new("TextLabel",bbg)
- bbgTl.BackgroundTransparency = 1
- bbgTl.Size = UDim2.new(10,0,1,0)
- bbgTl.Position = UDim2.new(-4.5,0,0,0)
- bbgTl.Font = "SciFi"
- bbgTl.Text = ""
- bbgTl.TextSize = 25
- bbgTl.TextStrokeColor3 = Color3.new(255,0,0)
- bbgTl.TextColor3 = orange
- bbgTl.TextStrokeTransparency = 0
- bbgTl.TextWrapped = true
- plr.Chatted:connect(function(msg)
- bbgTl.Text = msg
- wait(5)
- if bbgTl.Text == msg then
- bbgTl.Text = " "
- end
- end)
- function Ghost()
- char["Left Arm"].Transparency = 0
- char["Right Arm"].Transparency = 0
- char["Left Leg"].Transparency = 0
- char["Right Leg"].Transparency = 0
- char.Torso.Transparency = 0
- char.Head.Transparency = 0
- end
- Ghost()
- -- Invinciblity Properties
- hum.Name = "Nothing"
- plr.Character.Nothing.MaxHealth = math.huge
- plr.Character.Nothing.Health = math.huge
- forcefield = Instance.new("ForceField",char)
- -- WalkSpeed Properties
- hum.WalkSpeed = "20"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement