SHOW:
|
|
- or go back to the newest paste.
1 | --original by SnyFort | |
2 | --remade by retrojooooono | |
3 | warn("original by snyfort remade by retrojooooono") | |
4 | lp = owner --ok this works but only on void sb | |
5 | char = lp.Character | |
6 | hum = char:FindFirstChildOfClass("Humanoid") | |
7 | bp = lp.Backpack | |
8 | head = char.Head | |
9 | tool = Instance.new("Tool",bp) | |
10 | - | tool.Name = "Sny-Soda" |
10 | + | tool.Name = "no u" |
11 | tool.CanBeDropped = false | |
12 | handle = Instance.new("Part",tool) | |
13 | handle.Name = "Handle" | |
14 | handle.Size = Vector3.new(1,1,1) | |
15 | mesh = Instance.new("SpecialMesh",handle) | |
16 | mesh.MeshType = Enum.MeshType.FileMesh | |
17 | mesh.MeshId = "http://www.roblox.com/asset/?id=10470609" | |
18 | mesh.Scale = Vector3.new(1.2,1.2,1.2) | |
19 | decal = Instance.new("Decal",handle) | |
20 | decal.Face = Enum.NormalId.Right | |
21 | decal.Texture = "http://www.roblox.com/asset/?id=278162610" | |
22 | ||
23 | music = Instance.new("Sound",head) | |
24 | music.Volume = 5 | |
25 | music.SoundId = "http://www.roblox.com/asset/?id=1258675588" | |
26 | slurp = Instance.new("Sound",head) | |
27 | slurp.Volume = 5 | |
28 | slurp.SoundId = "http://www.roblox.com/asset/?id=10722059" | |
29 | th = Instance.new("Sound",head) | |
30 | th.SoundId = "http://www.roblox.com/asset/?id=251309043" | |
31 | th.Volume = 5 | |
32 | hit = Instance.new("Sound",handle) | |
33 | hit.SoundId = "http://www.roblox.com/asset/?id=250697400" | |
34 | hit.Volume = 5 | |
35 | debounce = false | |
36 | tool.Activated:connect(function() | |
37 | if debounce == false then | |
38 | debounce = true | |
39 | hum.WalkSpeed = 0 | |
40 | slurp:Play() | |
41 | tool.GripForward = Vector3.new(0,-.759,-.651) | |
42 | tool.GripPos = Vector3.new(1.5,-.5,.3) | |
43 | tool.GripRight = Vector3.new(1,0,0) | |
44 | tool.GripUp = Vector3.new(0,.651,-.759) | |
45 | wait(slurp.TimeLength) | |
46 | wait(1) | |
47 | handle.Parent = workspace | |
48 | handle.CanCollide = true | |
49 | hit:Play() | |
50 | wait(1) | |
51 | gm = head:FindFirstChildOfClass("SpecialMesh") | |
52 | th:Play() | |
53 | for i=1, 10 do | |
54 | wait(0.05) | |
55 | gm.Scale = gm.Scale - Vector3.new(0.1,0.1,0.1) | |
56 | end | |
57 | wait(2) | |
58 | hum.WalkSpeed = 25 | |
59 | spin = Instance.new("BodyAngularVelocity",head) | |
60 | spin.AngularVelocity = Vector3.new(0,25,0) | |
61 | spin.MaxTorque = Vector3.new(4000, 39999999311872, 4000) | |
62 | spin.P = 1250 | |
63 | music:Play() | |
64 | pr = Instance.new("ParticleEmitter",head) | |
65 | pr.Lifetime = NumberRange.new(5) | |
66 | pr.Speed = NumberRange.new(10) | |
67 | pr.Texture = "http://www.roblox.com/asset/?id=118129065" | |
68 | pr.Color = ColorSequence.new(Color3.new(1,0,0)) | |
69 | pr.Acceleration = Vector3.new(0,-5,0) | |
70 | pr.Rate = 20 | |
71 | pr.SpreadAngle = Vector2.new(10,10) | |
72 | pg = Instance.new("ParticleEmitter",head) | |
73 | pg.Lifetime = NumberRange.new(5) | |
74 | pg.Speed = NumberRange.new(10) | |
75 | pg.Texture = "http://www.roblox.com/asset/?id=118129065" | |
76 | pg.Color = ColorSequence.new(Color3.new(0,1,0)) | |
77 | pg.Acceleration = Vector3.new(0,-5,0) | |
78 | pg.Rate = 20 | |
79 | pg.SpreadAngle = Vector2.new(10,10) | |
80 | pb = Instance.new("ParticleEmitter",head) | |
81 | pb.Lifetime = NumberRange.new(5) | |
82 | pb.Speed = NumberRange.new(10) | |
83 | pb.Texture = "http://www.roblox.com/asset/?id=118129065" | |
84 | pb.Color = ColorSequence.new(Color3.new(0,0,1)) | |
85 | pb.Acceleration = Vector3.new(0,-5,0) | |
86 | pb.Rate = 20 | |
87 | pb.SpreadAngle = Vector2.new(10,10) | |
88 | ||
89 | end | |
90 | end) |