Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- plr = game.Players.LocalPlayer
- plr.Chatted:connect(function(msg)
- if msg == "SSJ" then
- print("SSJ")
- part = Instance.new("Part")
- part.CanCollide = false
- part.Anchored = true
- part.Transparency = 0.5
- part.Size = Vector3.new(6.32, 6.32, 6.32)
- part.Shape = "Ball"
- part.BrickColor = BrickColor.new("New Yeller")
- part.Position = plr.Character.Torso.Position
- part.Parent = game.Workspace
- wait(2)
- part.Transparency = 0.1
- part.Transparency = 0.2
- part.Transparency = 0.3
- part.Transparency = 0.4
- part.Transparency = 0.5
- part.Transparency = 0
- wait(1)
- part:Remove()
- for i,v in next, game.Players.LocalPlayer.Character:GetChildren() do
- if v:IsA("Accessory") then
- v:Remove()
- end
- end
- wait(1)
- hat = Instance.new("Hat")
- hat.Parent = plr.Character
- part2 = Instance.new("Part")
- part2.Name = "Handle"
- part2.Parent = hat
- hatmesh = Instance.new("SpecialMesh")
- hatmesh.Scale = Vector3.new(1.05, 1.5, 1.05)
- hatmesh.VertexColor = Vector3.new(-65, 89, 14)
- hatmesh.MeshId = "http://www.roblox.com/asset/?id=19326912"
- hatmesh.TextureId = "http://www.roblox.com/asset/?id=36013220"
- hatmesh.Parent = part2
- sound = Instance.new("Sound")
- sound.Volume = 0.5
- sound.SoundId = "rbxassetid://895041803"
- sound.Parent = game.Workspace
- sound:Play()
- plr.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=231488725"
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement