local Pants = Instance.new("Pants") local Shirt = Instance.new("Shirt") local Hat = game.Players.LocalPlayer.Character.Vanities:FindFirstChild("Aussie Slouch") local Mesh = Hat.Mesh local CloneTool = game.Players.LocalPlayer.Character.Vanities:FindFirstChild("Revolver") local ShootPE = CloneTool.ShootPE local Mesh2 = CloneTool.Mesh local SoundAnimator = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") local idle = "rbxassetid://75370292739676" local walk = "rbxassetid://70580402939971" local run = "rbxassetid://91726581626277" game.Players.LocalPlayer.Character.Animations.Idle.AnimationId = idle game.Players.LocalPlayer.Character.Animations.Walk.AnimationId = walk game.Players.LocalPlayer.Character.Animations.Sprint.AnimationId = run Hat.Transparency = 0 Mesh.MeshId = "rbxassetid://12134357986" Mesh.TextureId = "rbxassetid://7397414089" Shirt.Parent = game.Players.LocalPlayer.Character Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=7421667620" Pants.Parent = game.Players.LocalPlayer.Character Pants.PantsTemplate = "http://www.roblox.com/asset/?id=15653508062" Mesh2.Scale = Vector3.new(1,1,1) Mesh2.MeshId = "rbxasset://fonts/clonewand.mesh" Mesh2.TextureId = "rbxasset://textures/CloneWandTexture.png" SoundAnimator:WaitForChild("Revolver1").SoundId = "rbxassetid://6875009415" SoundAnimator:WaitForChild("Revolver2").SoundId = "rbxassetid://2609981431" SoundAnimator:WaitForChild("RevolverHit").SoundId = "rbxassetid://9125635285" SoundAnimator:WaitForChild("RevolverReload").SoundId = "rbxassetid://8392900771" SoundAnimator:WaitForChild("RevolverShoot").SoundId = "rbxassetid://9116385087" ShootPE:FindFirstChild("PE").Texture = "rbxassetid://7511620182" ShootPE:FindFirstChild("PE2").Texture = "rbxassetid://7511620182" ShootPE:FindFirstChild("PE3").Texture = "rbxassetid://7511620182" ShootPE:FindFirstChild("PE4").Texture = "rbxassetid://7511620182"