Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.LocalPlayer
- local pants = Instance.new("Pants", player.Character)
- local shirt = Instance.new("Shirt", player.Character)
- local sound = Instance.new("Sound",player.Character.Torso)
- local sound2 = Instance.new("Sound",player.Character.Head)
- local Sin = Instance.new("Part",player.Character)
- local decal = Instance.new("Decal",Sin)
- local weld = Instance.new("Weld", Sin)
- local humanoid = player.Character.Humanoid
- local Mouse = player:GetMouse()
- local Billboard = Instance.new("BillboardGui")
- local TextLabel = Instance.new("TextLabel")
- local anim = player.Character.Animate
- print("Local user is "..player.Name)
- --|tag|--
- Billboard.Name = "Billboard"
- Billboard.Parent = player.Character
- Billboard.Size = UDim2.new(10, 0, 1, 0)
- Billboard.StudsOffset = Vector3.new(0, 3, 0)
- TextLabel.Parent = Billboard
- TextLabel.BackgroundColor3 = Color3.new(89, 34, 89)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Visible = true
- TextLabel.Font = Enum.Font.ArialBold
- TextLabel.TextScaled = true
- TextLabel.Text = "Meliodas"
- TextLabel.TextColor3 = Color3.new("196, 40, 28")
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- --|end tag|--
- --|importants thinks|--
- shirt.ShirtTemplate = ("rbxassetid://1683165713")
- pants.PantsTemplate = ("rbxassetid://1565486744")
- Sin.Size = Vector3.new(0.83, 0.86, 0.52)
- Sin.Orientation = Vector3.new(0, -90, 0)
- Sin.Position = Vector3.new(26.158, 5.355, -40.107)
- weld.Part0 = Sin
- weld.Part1 = player.Character:FindFirstChild("Left Arm")
- sound2.SoundId = 'rbxassetid://1238240145'
- sound2.Name = 'DistoredLaugh(DIO)'
- sound2.Volume = 100
- sound.SoundId = "rbxassetid://1360047951"
- sound.Playing = true
- sound.Looped = true
- sound.Volume = 1
- Sin.Name = "Sin"
- decal.Texture = ("http://www.roblox.com/asset/?id=245275191")
- shirt.Name = 'BodyHacker'
- pants.Name = 'LegHacker'
- player.Character.Shirt:Destroy()
- player.Character.Pants:Destroy()
- --|end important thinks|--
- --|start key commands|--
- function onKeyPress(inputObject, gameProcessedEvent)
- if inputObject.KeyCode == Enum.KeyCode.T then
- sound2.Playing = true
- anim.AnimationId = 'rbxassetid://1916711165'
- anim:Play()
- end
- end
- player:GetMouse().KeyDown:connect(function(key)
- if key == "z" then
- end
- end)
- --|end key commands|--
Add Comment
Please, Sign In to add comment