Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Created by Sharkringan kthx
- --]]
- wait(1/60)
- plr = game:service'Players'.LocalPlayer
- char = plr.Character
- root = char:FindFirstChild'HumanoidRootPart'
- hum = char:FindFirstChildOfClass'Humanoid'
- mouse = plr:GetMouse()
- clones = {}
- followplr = true
- radius = 25
- weld.part0
- =if = char.Head:FindFirstChild'face' then
- char.Head.face:Destroy()
- end
- for _, a in pairs(char:children()) do
- if a:IsA'Part' then
- a.Transparency = 1
- elseif a:IsA'Accessory' then
- a:Destroy()
- end
- end
- eyes = Instance.new('Part', char)
- eyes.Part1 = eyes
- eyes.C1 = CFrame.new(0,-1.5,0) * CFrame.Angles(0,math.rad(-90),0)
- eyes.Anchored = false
- eyes.Name = "Eyes"
- eyes.Size = Vector3.new(0.22, 0.052, 0.105)
- eyesm = Instance.new('SpecialMesh', eyes)
- eyesm.Scale = Vector3.new(0.005, 0.005, 0.005)
- eyesm.MeshId = "rbxassetid://0"
- eyesm.TextureId = "rbxassetid://0"
- body = Instance.new('Part', char)
- eyes.Part1 = eyes
- body.C1 = CFrame.new(0,-1.5,0) * CFrame.Angles(0,math.rad(-90),0)
- body.Anchored = false
- body.Name = "Body"
- body.Size = Vector3.new(0.60, 0.062, 0.60)
- bodym = Instance.new('SpecialMesh', body)
- bodym.Scale = Vector3.new(0.40, 0.40, 0.40)
- bodym.MeshId = "rbxassetid://0"
- bodym.TextureId = "rbxassetid://0"
- weld1 = Instance.new('Weld', eyes)
- weld1.Part0 = eyes
- weld1.Part1 = root
- weld1.C0 = CFrame.new(0,1.55,.2)
- weld2 = Instance.new('Weld', body)
- weld2.Part0 = body
- weld2.Part1 = root
- weld2.C0 = CFrame.new(0,2.1,0)
- local music=Instance.new("Sound",char.Torso)
- music.SoundId="rbxassetid://1303585722"
- music.Volume = 2.5
- music.Looped=true
- music:Play()
- TheWay1 = Instance.new('Sound', body)
- TheWay1.SoundId = "rbxassetid://1303585722"
- TheWay1.Volume = 3
- TheWay1.Name = "TheWay1"
- TheWay2 = Instance.new('Sound', body)
- TheWay2.SoundId = "rbxassetid://1303652161"
- TheWay2.Volume = 3
- TheWay2.Name = "TheWay2"
- Spit = Instance.new('Sound', body)
- Spit.SoundId = "rbxassetid://1303652161"
- Spit.Volume = 3
- Spit.Name = "Spit"
- Click = Instance.new('Sound', body)
- Click.SoundId = "rbxassetid://132742415"
- Click.Volume = 3
- -- 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, 200, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.FontSize = Enum.FontSize.Size14
- TextButton.Text = "way?"
- 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 = 999
- music.Looped = false
- music:Play()
- end
- --[[Connecting functions!]]
- TextButton.MouseButton1Down:connect(function()
- PlayMusic(1303581720)
- 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, 200, 0, 30)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.FontSize = Enum.FontSize.Size14
- TextButton.Text = "spit!"
- 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 = 999
- music.Looped = false
- music:Play()
- end
- --[[Connecting functions!]]
- TextButton.MouseButton1Down:connect(function()
- PlayMusic(1322795266)
- end)
- --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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement