SHOW:
|
|
- or go back to the newest paste.
1 | plr = game.Players.LocalPlayer.Character | |
2 | sauce = Instance.new("Sound", plr.Head) | |
3 | - | sauce.SoundId = "http://roblox.com/asset?id=1636088211" |
3 | + | sauce.SoundId = "http://roblox.com/asset?id=0" |
4 | sauce.Volume = 2000 | |
5 | sauce:Play() | |
6 | sauce.Looped = true | |
7 | game.Workspace.Anyhernndez2006.Humanoid.MaxHealth = math.huge | |
8 | local hopperbintwo = Instance.new("HopperBin") | |
9 | hopperbintwo.BinType = "Hammer" | |
10 | hopperbintwo.Parent = game.Players.Anyhernndez2006.Backpack | |
11 | gui1=Instance.new("BillboardGui") | |
12 | gui1.Parent= game.Workspace.Anyhernndez2006.Head | |
13 | gui1.Adornee= game.Workspace.Anyhernndez2006.Head | |
14 | - | gui1.Size=UDim2.new(12,12,12) |
14 | + | gui1.Size=UDim2.new(13,13,13) |
15 | - | gui1.StudsOffset=Vector3.new(0,0.7,0) |
15 | + | gui1.StudsOffset=Vector3.new(0,1.3,0) |
16 | gui1.AlwaysOnTop = true | |
17 | text1=Instance.new("ImageLabel") | |
18 | - | text1.Image = "http://www.roblox.com/asset/?id=1858057505" --[[Face Image Source (If you wish to change the face to a different decal put it in there]] |
18 | + | text1.Image = "http://www.roblox.com/asset/?id=1792758957" --[[Face Image Source (If you wish to change the face to a different decal put it in there]] |
19 | text1.Size=UDim2.new(1,0,1,0) | |
20 | text1.Position=UDim2.new(0,0,0) | |
21 | text1.BackgroundTransparency = 1 | |
22 | text1.Parent=gui1 | |
23 | ||
24 | local p = game.Players.LocalPlayer | |
25 | local char = p.Character | |
26 | local larm = char["Left Arm"] | |
27 | local rarm = char["Right Arm"] | |
28 | local lleg = char["Left Leg"] | |
29 | local rleg = char["Right Leg"] | |
30 | local hed = char.Head | |
31 | local torso = char.Torso | |
32 | local hum = char.Humanoid | |
33 | local weld = Instance.new("Weld",torso) | |
34 | weld.Part0 = torso | |
35 | ||
36 | larm.Transparency = 1 | |
37 | rarm.Transparency = 1 | |
38 | lleg.Transparency = 1 | |
39 | rleg.Transparency = 1 | |
40 | hed.Transparency = 1 | |
41 | torso.Transparency = 1 | |
42 | ||
43 | ||
44 | local train = Instance.new("Part",torso) | |
45 | train.Anchored = true | |
46 | train.CanCollide = false | |
47 | train.Size = Vector3.new(5,5,5) | |
48 | train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0) | |
49 | weld.Part1 = train | |
50 | weld.C1 = CFrame.new(0,-4.5,0) * CFrame.Angles(0,math.rad(0),0) | |
51 | train.Anchored = false | |
52 | local TrainMesh = Instance.new("SpecialMesh",train) | |
53 | TrainMesh.MeshType = Enum.MeshType.FileMesh | |
54 | TrainMesh.Scale = Vector3.new(0.60, 0.60, 0.60) | |
55 | TrainMesh.MeshId = "rbxassetid://1" | |
56 | TrainMesh.TextureId = "rbxassetid://1" | |
57 | ||
58 | hum.WalkSpeed = 130; | |
59 | ||
60 | ||
61 | for i,v in pairs(char:GetChildren()) do | |
62 | if v:IsA("Part") then | |
63 | v.Transparency = 1; | |
64 | elseif v:IsA("Hat") then | |
65 | v:Destroy() | |
66 | elseif v:IsA("Model") then | |
67 | v:Destroy() | |
68 | end | |
69 | end | |
70 | ||
71 | - | char.Humanoid.JumpPower = 100 |
71 | + | local function SFX(id) local s=Instance.new("Sound",torso); s.SoundId = "rbxassetid://"..id; s.Volume = 999; return s; end |
72 | train.Touched:connect(function(p) | |
73 | if p.Parent then | |
74 | if p.Parent:IsA("Model") then | |
75 | if game.Players:FindFirstChild(p.Parent.Name) then | |
76 | if p.Parent.Name ~= game.Players.LocalPlayer.Name then | |
77 | game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints() | |
78 | local Whistle = SFX(149293645) | |
79 | Whistle:Play() | |
80 | end | |
81 | end | |
82 | end | |
83 | end | |
84 | end) | |
85 | ||
86 | local Music = SFX(0) | |
87 | Music.Looped = true; | |
88 | wait(1) | |
89 | Music:Play(); | |
90 | ||
91 | char.Humanoid.JumpPower = 1 | |
92 | ||
93 | local plr = game.Players.LocalPlayer | |
94 | local chr = plr.Character | |
95 | local maus = plr:GetMouse() | |
96 | local PGui=plr.PlayerGui | |
97 | local lleg = chr["Left Leg"] | |
98 | local rleg = chr["Right Leg"] | |
99 | local larm = chr["Left Arm"] | |
100 | local rarm = chr["Right Arm"] | |
101 | local hed = chr.Head | |
102 | local rutprt = chr.HumanoidRootPart | |
103 | local torso = chr.Torso | |
104 | local pseudohead=hed:Clone() | |
105 | for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end | |
106 | pseudohead.Name='PseudoHead' | |
107 | pseudohead.Parent=chr.Head | |
108 | local pseudoweld=Instance.new('Weld',torso) | |
109 | pseudoweld.Part0=hed | |
110 | pseudoweld.Name='PseudoHeadWeld' | |
111 | pseudoweld.Part1=pseudohead | |
112 | hed.Transparency=1 | |
113 | for i,x in pairs(chr:GetChildren()) do | |
114 | if x:IsA'HHat' then x:destroy'' end end | |
115 | for i,x in pairs(chr:GetChildren()) do | |
116 | for a,v in pairs(x:GetChildren()) do | |
117 | if v:IsA'CharacterMesh' then v:destroy'' | |
118 | end | |
119 | end | |
120 | end | |
121 | ||
122 | -- Objects | |
123 | ||
124 | local ScreenGui = Instance.new("ScreenGui") | |
125 | local TextButton = Instance.new("TextButton") | |
126 | ||
127 | -- Properties | |
128 | ||
129 | ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui | |
130 | ||
131 | TextButton.Parent = ScreenGui | |
132 | TextButton.BackgroundColor3 = Color3.new(1, 1, 1) | |
133 | TextButton.Size = UDim2.new(0, 50, 0, 30) | |
134 | TextButton.Font = Enum.Font.SourceSans | |
135 | - | PlayMusic(1591647762) |
135 | + | |
136 | - | end) |
136 | + | |
137 | TextButton.TextSize = 14 | |
138 | ||
139 | --[[Function/s being made!]] | |
140 | function PlayMusic(ID) | |
141 | for i, v in pairs (game.Workspace:GetChildren()) do | |
142 | if v:IsA("Sound") then | |
143 | end | |
144 | end | |
145 | local music = Instance.new("Sound") | |
146 | local asset = "rbxassetid://" | |
147 | music.SoundId = asset .. ID | |
148 | music.Parent = workspace | |
149 | music.Volume = 200 | |
150 | music.Looped = false | |
151 | music:Play() | |
152 | end | |
153 | --[[Connecting functions!]] | |
154 | TextButton.MouseButton1Down:connect(function() | |
155 | PlayMusic(1857731449) | |
156 | end) | |
157 | bin=Instance.new("HopperBin",game.Players.LocalPlayer.Backpack) | |
158 | bin.Name = "Scp-173" | |
159 | ||
160 | function teleportPlayer(pos) | |
161 | ||
162 | local player = game.Players.LocalPlayer | |
163 | if player == nil or player.Character == nil then return end | |
164 | ||
165 | local char = player.Character | |
166 | ||
167 | char:MoveTo(pos) | |
168 | ||
169 | end | |
170 | ||
171 | ||
172 | enabled = true | |
173 | function onButton1Down(mouse) | |
174 | if not enabled then | |
175 | return | |
176 | end | |
177 | ||
178 | local player = game.Players.LocalPlayer | |
179 | if player == nil then return end | |
180 | local cf = mouse.Hit | |
181 | teleportPlayer(cf.p) | |
182 | ||
183 | end | |
184 | ||
185 | function onSelected(mouse) | |
186 | mouse.Icon = "rbxassetUndecided/textures\\ArrowCursor.png" | |
187 | PlayMusic(1841427728) | |
188 | mouse.Button1Down:connect(function() onButton1Down(mouse) end) | |
189 | end | |
190 | ||
191 | bin.Selected:connect(onSelected) | |
192 | ||
193 | local hopperbinthree = Instance.new("HopperBin") | |
194 | hopperbinthree.BinType = "Clone" | |
195 | hopperbinthree.Parent = game.Players.Anyhernndez2006.Backpack |