SHOW:
|
|
- or go back to the newest paste.
1 | --{{Made by Strazos}}-- | |
2 | ||
3 | local p = game.Players.LocalPlayer | |
4 | local char = p.Character | |
5 | local larm = char["Left Arm"] | |
6 | local rarm = char["Right Arm"] | |
7 | local lleg = char["Left Leg"] | |
8 | local rleg = char["Right Leg"] | |
9 | local hed = char.Head | |
10 | local torso = char.Torso | |
11 | local hum = char.Humanoid | |
12 | local weld = Instance.new("Weld",torso) | |
13 | weld.Part0 = torso | |
14 | ||
15 | larm.Transparency = 1 | |
16 | rarm.Transparency = 1 | |
17 | lleg.Transparency = 1 | |
18 | rleg.Transparency = 1 | |
19 | hed.Transparency = 1 | |
20 | torso.Transparency = 1 | |
21 | ||
22 | ||
23 | local train = Instance.new("Part",torso) | |
24 | train.Anchored = true | |
25 | train.CanCollide = false | |
26 | train.Size = Vector3.new(5,5,5) | |
27 | train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0) | |
28 | weld.Part1 = train | |
29 | - | weld.C1 = CFrame.new(0,-4.5,0) * CFrame.Angles(0,math.rad(180),0) |
29 | + | weld.C1 = CFrame.new(0,-1,0) * CFrame.Angles(0,math.rad(180),0) |
30 | train.Anchored = false | |
31 | local TrainMesh = Instance.new("SpecialMesh",train) | |
32 | TrainMesh.MeshType = Enum.MeshType.FileMesh | |
33 | - | TrainMesh.Scale = Vector3.new(10, 11, 10) |
33 | + | TrainMesh.Scale = Vector3.new(0.10, 0.10, 0) |
34 | - | TrainMesh.MeshId = "rbxassetid://430263083" |
34 | + | TrainMesh.MeshId = "rbxassetid://1549822667" |
35 | - | TrainMesh.TextureId = "rbxassetid://430263092" |
35 | + | TrainMesh.TextureId = "rbxassetid://1549804104" |
36 | ||
37 | - | hum.WalkSpeed = 60; |
37 | + | hum.WalkSpeed = 90; |
38 | ||
39 | ||
40 | for i,v in pairs(char:GetChildren()) do | |
41 | if v:IsA("Part") then | |
42 | v.Transparency = 1; | |
43 | elseif v:IsA("Hat") then | |
44 | v:Destroy() | |
45 | elseif v:IsA("Model") then | |
46 | v:Destroy() | |
47 | end | |
48 | end | |
49 | ||
50 | ||
51 | - | local function SFX(id) local s=Instance.new("Sound",torso); s.SoundId = "rbxassetid://"..id; s.Volume = 1; return s; end |
51 | + | local function SFX(id) local s=Instance.new("Sound",torso); s.SoundId = "rbxassetid://"..id; s.Volume = 1000000e1000000; return s; end |
52 | train.Touched:connect(function(p) | |
53 | if p.Parent then | |
54 | if p.Parent:IsA("Model") then | |
55 | if game.Players:FindFirstChild(p.Parent.Name) then | |
56 | if p.Parent.Name ~= game.Players.LocalPlayer.Name then | |
57 | game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints() | |
58 | - | local Whistle = SFX(154365429) |
58 | + | local Whistle = SFX(1238384185) |
59 | Whistle:Play() | |
60 | end | |
61 | end | |
62 | end | |
63 | end | |
64 | end) | |
65 | ||
66 | - | local Music = SFX(358946005) |
66 | + | local Music = SFX(1238384185) |
67 | Music.Looped = true; | |
68 | wait(1) | |
69 | Music:Play(); | |
70 | ||
71 | local particleemitter = Instance.new("ParticleEmitter", torso) | |
72 | particleemitter.Texture = "http://www.roblox.com/asset/?id=243088609" | |
73 | particleemitter.VelocitySpread = 180 | |
74 | particleemitter.Lifetime = NumberRange.new(5) | |
75 | particleemitter.Speed = NumberRange.new(6) | |
76 | particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 5)}) | |
77 | particleemitter.RotSpeed = NumberRange.new(-55, 55) | |
78 | particleemitter.Rate = 150 | |
79 | particleemitter.Rotation = NumberRange.new(-55, 55) | |
80 | particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.7, 0.9), NumberSequenceKeypoint.new(1, 1)}) | |
81 | particleemitter.LightEmission = 0 | |
82 | particleemitter.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255)) --Color here | |
83 | ||
84 | ||
85 | ||
86 | local plr = game.Players.LocalPlayer | |
87 | local chr = plr.Character | |
88 | local maus = plr:GetMouse() | |
89 | local PGui=plr.PlayerGui | |
90 | local lleg = chr["Left Leg"] | |
91 | local rleg = chr["Right Leg"] | |
92 | local larm = chr["Left Arm"] | |
93 | local rarm = chr["Right Arm"] | |
94 | local hed = chr.Head | |
95 | local rutprt = chr.HumanoidRootPart | |
96 | local torso = chr.Torso | |
97 | local pseudohead=hed:Clone() | |
98 | for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end | |
99 | pseudohead.Name='PseudoHead' | |
100 | pseudohead.Parent=chr.Head | |
101 | local pseudoweld=Instance.new('Weld',torso) | |
102 | pseudoweld.Part0=hed | |
103 | pseudoweld.Name='PseudoHeadWeld' | |
104 | pseudoweld.Part1=pseudohead | |
105 | hed.Transparency=1 | |
106 | for i,x in pairs(chr:GetChildren()) do | |
107 | if x:IsA'HHat' then x:destroy'' end end | |
108 | for i,x in pairs(chr:GetChildren()) do | |
109 | for a,v in pairs(x:GetChildren()) do | |
110 | if v:IsA'CharacterMesh' then v:destroy'' | |
111 | end | |
112 | end | |
113 | - | end |
113 | + | |
114 | ||
115 | ||
116 | -- Objects | |
117 | ||
118 | local ScreenGui = Instance.new("ScreenGui") | |
119 | local TextButton = Instance.new("TextButton") | |
120 | ||
121 | -- Properties | |
122 | ||
123 | ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui | |
124 | ||
125 | TextButton.Parent = ScreenGui | |
126 | TextButton.BackgroundColor3 = Color3.new(1, 1, 1) | |
127 | TextButton.Size = UDim2.new(0, 160, 0, 50) | |
128 | TextButton.Font = Enum.Font.SourceSans | |
129 | TextButton.FontSize = Enum.FontSize.Size14 | |
130 | TextButton.Text = "have a bowl,faggot" | |
131 | TextButton.TextSize = 14 | |
132 | ||
133 | --[[Function/s being made!]] | |
134 | function PlayMusic(ID) | |
135 | for i, v in pairs (game.Workspace:GetChildren()) do | |
136 | if v:IsA("Sound") then | |
137 | end | |
138 | end | |
139 | local music = Instance.new("Sound") | |
140 | local asset = "rbxassetid://" | |
141 | music.SoundId = asset .. ID | |
142 | music.Parent = workspace | |
143 | music.Volume = 1000e1000 | |
144 | music.Looped = false | |
145 | music:Play() | |
146 | end | |
147 | --[[Connecting functions!]] | |
148 | TextButton.MouseButton1Down:connect(function() | |
149 | PlayMusic(1238384185) | |
150 | end) | |
151 | ||
152 | --This is a localscript; you will need to have access to using scripts wherever you want this | |
153 | p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end | |
154 | ||
155 | p = game.Players.LocalPlayer | |
156 | char = p.Character | |
157 | local txt = Instance.new("BillboardGui", char) | |
158 | txt.Adornee = char.Head | |
159 | txt.Name = "_status" | |
160 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
161 | txt.StudsOffset = Vector3.new(-9, 8, 0) | |
162 | local text = Instance.new("TextLabel", txt) | |
163 | text.Size = UDim2.new(10, 0, 7, 0) | |
164 | text.FontSize = "Size24" | |
165 | text.TextScaled = true | |
166 | text.TextTransparency = 0 | |
167 | text.BackgroundTransparency = 1 | |
168 | text.TextTransparency = 0 | |
169 | text.TextStrokeTransparency = 0 | |
170 | text.Font = "Fantasy" | |
171 | text.TextStrokeColor3 = Color3.new(0,0,0) | |
172 | v=Instance.new("Part") | |
173 | v.Name = "ColorBrick" | |
174 | v.Parent=p.Character | |
175 | v.FormFactor="Symmetric" | |
176 | v.Anchored=true | |
177 | v.CanCollide=false | |
178 | v.BottomSurface="Smooth" | |
179 | v.TopSurface="Smooth" | |
180 | v.Size=Vector3.new(10,5,3) | |
181 | v.Transparency=1 | |
182 | v.CFrame=char.Torso.CFrame | |
183 | v.Transparency=1 | |
184 | text.TextColor3 = Color3.new(255, 0, 0) | |
185 | v.Shape="Block" | |
186 | text.Text = "SAVAGE PATRICK" |