Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --This is a localscript; you will need to have access to using scripts wherever you want this
- p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
- hum.WalkSpeed = 130;
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local TextButton = Instance.new("TextButton")
- -- Properties
- ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
- TextButton.Parent = ScreenGui
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Size = UDim2.new(0, 150, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.FontSize = Enum.FontSize.Size14
- TextButton.Text = "ITS WEEGEE"
- TextButton.TextSize = 14
- --[[Function/s being made!]]
- function PlayMusic(ID)
- for i, v in pairs (game.Workspace:GetChildren()) do
- if v:IsA("Sound") then
- end
- end
- local music = Instance.new("Sound")
- local asset = "rbxassetid://"
- music.SoundId = asset .. ID
- music.Parent = workspace
- music.Volume = 99
- music.Looped = false
- music:Play()
- wait(4)
- music.Pitch=99
- end
- --[[Connecting functions!]]
- TextButton.MouseButton1Down:connect(function()
- PlayMusic(203362497)
- end)
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local TextButton = Instance.new("TextButton")
- -- Properties
- ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
- TextButton.Parent = ScreenGui
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Size = UDim2.new(0, 100, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.FontSize = Enum.FontSize.Size14
- TextButton.Text = "Hello SB admin viewing my words"
- TextButton.TextSize = 14
- --[[Function/s being made!]]
- function PlayMusic(ID)
- for i, v in pairs (game.Workspace:GetChildren()) do
- if v:IsA("Sound") then
- end
- end
- local music = Instance.new("Sound")
- local asset = "rbxassetid://"
- music.SoundId = asset .. ID
- music.Parent = workspace
- music.Volume = 99
- music.Looped = false
- music:Play()
- end
- --[[Connecting functions!]]
- TextButton.MouseButton1Down:connect(function()
- PlayMusic(131679787)
- end)
- --By Memes &===D-___———-
- plr = game.Players.LocalPlayer.Character
- sauce = Instance.new("Sound", plr.Head)
- sauce.SoundId = "http://roblox.com/asset?id=0"
- sauce.Volume = 5347
- sauce:Play()
- sauce.Looped = true
- wait(0.3)
- part = Instance.new("Part", plr)
- part.Size = Vector3.new(5,6,0.5)
- weld = Instance.new("Weld", part)
- weld.Part0 = plr.Torso
- weld.Part1 = part
- part.Transparency = 1
- dec1 = Instance.new("Decal")
- dec1.Parent = part
- dec1.Texture = "http://www.roblox.com/asset/?id=91468004"
- dec1.Transparency = 1
- dec = Instance.new("Decal")
- dec.Parent = part
- dec.Texture = "http://www.roblox.com/asset/?id=91468004"
- dec.Face = "Front"
- plr.Torso.Transparency = 1
- plr["Left Arm"].Transparency = 1
- plr["Right Arm"].Transparency = 1
- plr["Left Leg"].Transparency = 1
- plr["Right Leg"].Transparency = 1
- plr.Head.Transparency = 1
- wait()
- plr.Head.face.Transparency = 1
- while true do
- wait(0.01)
- dec1.Transparency = 1
- dec.Transparency = 0
- wait(0.01)
- dec1.Transparency = 0
- dec.Transparency = 1
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement