Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- by Theamazingnater
- plr = game.Players.LocalPlayer
- char = workspace:WaitForChild(plr.Name)
- mouse = plr:GetMouse()
- hum = char.Humanoid
- orange = Color3.new(255, 85, 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 = "Code"
- bbgTl.Text = ""
- bbgTl.TextSize = 25
- bbgTl.TextStrokeColor3 = Color3.new(1,1,1)
- 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.5
- char["Right Arm"].Transparency = 0.5
- char["Left Leg"].Transparency = 0.5
- char["Right Leg"].Transparency = 0.5
- char.Torso.Transparency = 0.5
- char.Head.Transparency = 0.5
- Instance.new("ForceField",char).Visible = false
- end
- Ghost()
- -- Invinciblity Properties
- hum.Name = "nil"
- -- WalkSpeed Properties
- hum.WalkSpeed = "20"
- Player_Size = 110 --Size of the player
- char.Humanoid.MaxHealth = math.huge
- wait()
- char.Humanoid.Health = math.huge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement