Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Script maked by Artuco x7--
- --MeChamavaAdriiel Script--
- local plr = game:service'Players'.LocalPlayer
- local chara = plr.Character
- local Pants = Instance.new("Pants",plr.Character)
- local Shirt = Instance.new("Shirt",plr.Character)
- local PI = "rbxassetid://1832964506"
- local Face = "rbxassetid://42110197"
- local Anim1 = Instance.new("Animation")
- local Anim2 = Instance.new("Animation")
- local Anim3 = Instance.new("Animation")
- local Anim4 = Instance.new("Animation")
- local Anim5 = Instance.new("Animation")
- local Anim6 = Instance.new("Animation")
- local Player = game.Players.LocalPlayer
- local Mouse = Player:GetMouse()
- local dmg = true
- local RA = chara:FindFirstChild("Right Arm")
- local NameTag = Instance.new("BillboardGui")
- local TagFrame = Instance.new("Frame")
- local Tag = Instance.new("TextLabel")
- local Sound1 = Instance.new("Sound", chara.Head)
- local Sound2 = Instance.new("Sound", chara.Head)
- local Sound3 = Instance.new("Sound", chara.Head)
- local Sound4 = Instance.new("Sound", chara.Head)
- --Tag
- NameTag.Name = "NameTag"
- NameTag.Parent = chara
- NameTag.Size = UDim2.new(10, 0, 10, 0)
- TagFrame.Name = "TagFrame"
- TagFrame.Parent = NameTag
- TagFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- TagFrame.BackgroundTransparency = 1
- TagFrame.BorderSizePixel = 5
- TagFrame.Position = UDim2.new(0.268999994, 0, 0.340000004, 0)
- TagFrame.Size = UDim2.new(0.465198696, 0, 0.0480181091, 0)
- Tag.Name = "Tag"
- Tag.Parent = TagFrame
- Tag.BackgroundColor3 = Color3.new(1, 1, 1)
- Tag.BackgroundTransparency = 1
- Tag.BorderSizePixel = 0
- Tag.Position = UDim2.new(-0.301, 0,-8.168, 0)
- Tag.Size = UDim2.new(1.54101813, 0, 3.23607755, 0)
- Tag.Font = Enum.Font.Antique
- Tag.Text = "MeChamavaAdriiel"
- Tag.TextColor3 = Color3.new(0, 0.333333, 1)
- Tag.TextScaled = true
- Tag.TextSize = 14
- Tag.TextStrokeTransparency = 0.80000001192093
- Tag.TextTransparency = 0.80000001192093
- Tag.TextWrapped = true
- Shirt.ShirtTemplate = 'rbxassetid://'
- Pants.PantsTemplate = ''..PI
- chara.Head.face.Texture = ''..Face
- Shirt.Name = '...'
- Pants.Name = '...'
- chara.Shirt:Destroy()
- chara.Pants:Destroy()
- Sound1.Name = 'Taunt1'
- Sound2.Name = 'Taunt2'
- Anim1.AnimationId = 'http://www.roblox.com/asset/?id=2024390767'
- Anim2.AnimationId = 'http://www.roblox.com/asset/?id=2023452617'
- Anim3.AnimationId = 'http://www.roblox.com/asset/?id=2023913877'
- Anim4.AnimationId = 'rbxassetid://2027000866'
- Anim5.AnimationId = 'rbxassetid://2027185358'
- Anim6.AnimationId = 'rbxassetid://2023372257'
- Sound1.SoundId = 'rbxassetid://1450018171'
- Sound2.SoundId = 'rbxassetid://245064504'
- Sound3.SoundId = 'rbxassetid://167804812'
- Sound4.SoundId = 'rbxassetid://631374681'
- --Keys
- function clicked(Key)
- if Key == "t" then
- local Ani1 = chara.Humanoid:LoadAnimation(Anim1)
- Ani1:Play()
- Sound1:Play()
- end
- end
- game.Players.LocalPlayer:GetMouse().keyDown:connect(clicked)
- function clicked(Key)
- if Key == "r" then
- local Ani2 = chara.Humanoid:LoadAnimation(Anim2)
- Ani2:Play()
- end
- end
- game.Players.LocalPlayer:GetMouse().keyDown:connect(clicked)
- Mouse.KeyDown:connect(function(key)
- if key == "e" then
- local Ani3 = chara.Humanoid:LoadAnimation(Anim3)
- Ani3:Play()
- end
- end)
- function clicked(Key)
- if Key == "y" then
- local Ani4 = chara.Humanoid:LoadAnimation(Anim4)
- Ani4:Play()
- Sound2:Play()
- end
- end
- game.Players.LocalPlayer:GetMouse().keyDown:connect(clicked)
- function clicked(Key)
- if Key == "q" then
- local Ani5 = chara.Humanoid:LoadAnimation(Anim5)
- Ani5:Play()
- Sound3:Play()
- end
- end
- game.Players.LocalPlayer:GetMouse().keyDown:connect(clicked)
- function clicked(Key)
- if Key == "f" then
- local Ani6 = chara.Humanoid:LoadAnimation(Anim6)
- Ani6:Play()
- Sound4:Play()
- wait(9)
- Sound4:Stop()
- Ani6:Stop()
- end
- end
- game.Players.LocalPlayer:GetMouse().keyDown:connect(clicked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement