Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---im not a anime freak i made this for people who watch my pastebin
- wait(1)
- p = game:GetService("Players").LocalPlayer
- p.Chatted:connect(function(msg)
- if msg == "ssj" then
- sound = Instance.new("Sound")
- sound.SoundId = "rbxassetid://895041803"
- sound.Name = "Rage"
- sound.Parent = p.Character.Torso
- sound:Play()
- wait(15)
- sound:Stop()
- part = Instance.new("Part")
- part.Parent= game.Workspace
- part.CanCollide = false
- part.Anchored = true
- part.Position = p.Character.Torso.Position
- part.BrickColor = BrickColor.new("New Yeller")
- part.Shape = "Ball"
- for i = 1, 10 do
- part.Size = part.Size + Vector3.new(.1,.1,.1)
- part.Transparency = part.Transparency + .05
- wait(.05)
- end
- part:Destroy()
- p.Character.Head.face.Texture = "rbxassetid://231488564"
- sound = Instance.new("Sound")
- sound.Looped = true
- sound.SoundId = "rbxassetid://262498439"
- sound.Name = "Theme"
- sound.Parent = p.Character.Torso
- sound:Play()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement