Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --original by SnyFort
- --remade by retrojooooono
- warn("original by snyfort remade by retrojooooono")
- lp = owner --ok this works but only on void sb
- char = lp.Character
- hum = char:FindFirstChildOfClass("Humanoid")
- bp = lp.Backpack
- head = char.Head
- tool = Instance.new("Tool",bp)
- tool.Name = "Sny-Soda"
- tool.CanBeDropped = false
- handle = Instance.new("Part",tool)
- handle.Name = "Handle"
- handle.Size = Vector3.new(1,1,1)
- mesh = Instance.new("SpecialMesh",handle)
- mesh.MeshType = Enum.MeshType.FileMesh
- mesh.MeshId = "http://www.roblox.com/asset/?id=10470609"
- mesh.Scale = Vector3.new(1.2,1.2,1.2)
- decal = Instance.new("Decal",handle)
- decal.Face = Enum.NormalId.Right
- decal.Texture = "http://www.roblox.com/asset/?id=278162610"
- explosion = Instance.new("Sound",head)
- explosion.SoundId = "http://www.roblox.com/asset/?id=165969964"
- explosion.Volume = 5
- music = Instance.new("Sound",head)
- music.Volume = 5
- music.SoundId = "http://www.roblox.com/asset/?id=180115128"
- slurp = Instance.new("Sound",head)
- slurp.Volume = 5
- slurp.SoundId = "http://www.roblox.com/asset/?id=10722059"
- th = Instance.new("Sound",head)
- th.SoundId = "http://www.roblox.com/asset/?id=251309043"
- th.Volume = 5
- hit = Instance.new("Sound",handle)
- hit.SoundId = "http://www.roblox.com/asset/?id=250697400"
- hit.Volume = 5
- debounce = false
- tool.Activated:connect(function()
- if debounce == false then
- debounce = true
- hum.WalkSpeed = 0
- slurp:Play()
- tool.GripForward = Vector3.new(0,-.759,-.651)
- tool.GripPos = Vector3.new(1.5,-.5,.3)
- tool.GripRight = Vector3.new(1,0,0)
- tool.GripUp = Vector3.new(0,.651,-.759)
- wait(slurp.TimeLength)
- wait(1)
- handle.Parent = workspace
- handle.CanCollide = true
- hit:Play()
- wait(1)
- gm = head:FindFirstChildOfClass("SpecialMesh")
- th:Play()
- for i=1, 10 do
- wait(0.05)
- gm.Scale = gm.Scale - Vector3.new(0.1,0.1,0.1)
- end
- wait(2)
- hum.WalkSpeed = 25
- spin = Instance.new("BodyAngularVelocity",head)
- spin.AngularVelocity = Vector3.new(0,25,0)
- spin.MaxTorque = Vector3.new(4000, 39999999311872, 4000)
- spin.P = 1250
- music:Play()
- pr = Instance.new("ParticleEmitter",head)
- pr.Lifetime = NumberRange.new(5)
- pr.Speed = NumberRange.new(10)
- pr.Texture = "http://www.roblox.com/asset/?id=118129065"
- pr.Color = ColorSequence.new(Color3.new(1,0,0))
- pr.Acceleration = Vector3.new(0,-5,0)
- pr.Rate = 20
- pr.SpreadAngle = Vector2.new(10,10)
- pg = Instance.new("ParticleEmitter",head)
- pg.Lifetime = NumberRange.new(5)
- pg.Speed = NumberRange.new(10)
- pg.Texture = "http://www.roblox.com/asset/?id=118129065"
- pg.Color = ColorSequence.new(Color3.new(0,1,0))
- pg.Acceleration = Vector3.new(0,-5,0)
- pg.Rate = 20
- pg.SpreadAngle = Vector2.new(10,10)
- pb = Instance.new("ParticleEmitter",head)
- pb.Lifetime = NumberRange.new(5)
- pb.Speed = NumberRange.new(10)
- pb.Texture = "http://www.roblox.com/asset/?id=118129065"
- pb.Color = ColorSequence.new(Color3.new(0,0,1))
- pb.Acceleration = Vector3.new(0,-5,0)
- pb.Rate = 20
- pb.SpreadAngle = Vector2.new(10,10)
- wait(18)
- music:Stop()
- explosion:Play()
- Instance.new("Explosion",head).Position = head.Position
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement