SHOW:
|
|
- or go back to the newest paste.
1 | local hopperbintwo = Instance.new("HopperBin") | |
2 | hopperbintwo.BinType = "Hammer" | |
3 | hopperbintwo.Parent = game.Players.THECREATOR20029.Backpack | |
4 | ||
5 | gui1=Instance.new("BillboardGui") | |
6 | gui1.Parent= game.Workspace.THECREATOR20029.Head | |
7 | gui1.Adornee= game.Workspace.THECREATOR20029.Head | |
8 | - | gui1.Size=UDim2.new(100,100,100,100) |
8 | + | gui1.Size=UDim2.new(18,18,18,18) |
9 | gui1.StudsOffset=Vector3.new(0,0,0) | |
10 | gui1.AlwaysOnTop = true | |
11 | text1=Instance.new("ImageLabel") | |
12 | - | text1.Image = "http://www.roblox.com/asset/?id=314412658" --[[Face Image Source (If you wish to change the face to a different decal put it in there]] |
12 | + | text1.Image = "http://www.roblox.com/asset/?id=1935780977" --[[Face Image Source (If you wish to change the face to a different decal put it in there]] |
13 | text1.Size=UDim2.new(1,0,1,0) | |
14 | text1.Position=UDim2.new(0,0,0,0) | |
15 | text1.BackgroundTransparency = 1 | |
16 | text1.Parent=gui1 | |
17 | ||
18 | - | --{{Made by Strazos}}-- |
18 | + | --{{Made by Pepe}}-- |
19 | ||
20 | local p = game.Players.LocalPlayer | |
21 | local char = p.Character | |
22 | local larm = char["Left Arm"] | |
23 | local rarm = char["Right Arm"] | |
24 | local lleg = char["Left Leg"] | |
25 | local rleg = char["Right Leg"] | |
26 | local hed = char.Head | |
27 | local torso = char.Torso | |
28 | local hum = char.Humanoid | |
29 | local weld = Instance.new("Weld",torso) | |
30 | weld.Part0 = torso | |
31 | ||
32 | larm.Transparency = 1 | |
33 | rarm.Transparency = 1 | |
34 | lleg.Transparency = 1 | |
35 | rleg.Transparency = 1 | |
36 | hed.Transparency = 1 | |
37 | torso.Transparency = 1 | |
38 | ||
39 | ||
40 | local train = Instance.new("Part",torso) | |
41 | train.Anchored = true | |
42 | train.CanCollide = false | |
43 | train.Size = Vector3.new(5,5,5) | |
44 | train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0) | |
45 | weld.Part1 = train | |
46 | weld.C1 = CFrame.new(0,-4.5,0) * CFrame.Angles(0,math.rad(0),0) | |
47 | train.Anchored = false | |
48 | local TrainMesh = Instance.new("SpecialMesh",train) | |
49 | TrainMesh.MeshType = Enum.MeshType.FileMesh | |
50 | TrainMesh.Scale = Vector3.new(0.60, 0.60, 0.60) | |
51 | TrainMesh.MeshId = "rbxassetid://1" | |
52 | TrainMesh.TextureId = "rbxassetid://1" | |
53 | ||
54 | hum.WalkSpeed = 420; | |
55 | ||
56 | ||
57 | for i,v in pairs(char:GetChildren()) do | |
58 | if v:IsA("Part") then | |
59 | v.Transparency = 1; | |
60 | elseif v:IsA("Hat") then | |
61 | v:Destroy() | |
62 | elseif v:IsA("Model") then | |
63 | v:Destroy() | |
64 | end | |
65 | end | |
66 | ||
67 | ||
68 | local function SFX(id) local s=Instance.new("Sound",torso); s.SoundId = "rbxassetid://"..id; s.Volume = 999; return s; end | |
69 | train.Touched:connect(function(p) | |
70 | if p.Parent then | |
71 | if p.Parent:IsA("Model") then | |
72 | if game.Players:FindFirstChild(p.Parent.Name) then | |
73 | if p.Parent.Name ~= game.Players.LocalPlayer.Name then | |
74 | game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints() | |
75 | local Whistle = SFX(1) | |
76 | Whistle:Play() | |
77 | end | |
78 | end | |
79 | end | |
80 | end | |
81 | end) | |
82 | ||
83 | - | local Music = SFX(281194387) |
83 | + | local Music = SFX(264246827) |
84 | Music.Looped = true; | |
85 | wait(1) | |
86 | Music:Play(); | |
87 | ||
88 | local particleemitter = Instance.new("ParticleEmitter", torso) | |
89 | particleemitter.Texture = "http://www.roblox.com/asset/?id=0" | |
90 | particleemitter.VelocitySpread = 180 | |
91 | particleemitter.Lifetime = NumberRange.new(5) | |
92 | particleemitter.Speed = NumberRange.new(6) | |
93 | particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 5)}) | |
94 | particleemitter.RotSpeed = NumberRange.new(-55, 55) | |
95 | particleemitter.Rate = 150 | |
96 | particleemitter.Rotation = NumberRange.new(-55, 55) | |
97 | particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.7, 0.9), NumberSequenceKeypoint.new(1, 1)}) | |
98 | particleemitter.LightEmission = 0 | |
99 | particleemitter.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255)) --Color here | |
100 | ||
101 | ||
102 | ||
103 | local plr = game.Players.LocalPlayer | |
104 | local chr = plr.Character | |
105 | local maus = plr:GetMouse() | |
106 | local PGui=plr.PlayerGui | |
107 | local lleg = chr["Left Leg"] | |
108 | local rleg = chr["Right Leg"] | |
109 | local larm = chr["Left Arm"] | |
110 | local rarm = chr["Right Arm"] | |
111 | local hed = chr.Head | |
112 | local rutprt = chr.HumanoidRootPart | |
113 | local torso = chr.Torso | |
114 | local pseudohead=hed:Clone() | |
115 | for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end | |
116 | pseudohead.Name='PseudoHead' | |
117 | pseudohead.Parent=chr.Head | |
118 | local pseudoweld=Instance.new('Weld',torso) | |
119 | pseudoweld.Part0=hed | |
120 | pseudoweld.Name='PseudoHeadWeld' | |
121 | pseudoweld.Part1=pseudohead | |
122 | hed.Transparency=1 | |
123 | for i,x in pairs(chr:GetChildren()) do | |
124 | if x:IsA'HHat' then x:destroy'' end end | |
125 | for i,x in pairs(chr:GetChildren()) do | |
126 | for a,v in pairs(x:GetChildren()) do | |
127 | if v:IsA'CharacterMesh' then v:destroy'' | |
128 | end | |
129 | end | |
130 | end | |
131 | ||
132 | -- Objects | |
133 | ||
134 | local ScreenGui = Instance.new("ScreenGui") | |
135 | local TextButton = Instance.new("TextButton") | |
136 | ||
137 | -- Properties | |
138 | ||
139 | ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui | |
140 | ||
141 | TextButton.Parent = ScreenGui | |
142 | TextButton.BackgroundColor3 = Color3.new(1, 1, 1) | |
143 | TextButton.Size = UDim2.new(0, 200, 0, 50) | |
144 | TextButton.Font = Enum.Font.SourceSans | |
145 | TextButton.FontSize = Enum.FontSize.Size14 | |
146 | TextButton.Text = "Roar" | |
147 | TextButton.TextSize = 14 | |
148 | ||
149 | --[[Function/s being made!]] | |
150 | function PlayMusic(ID) | |
151 | for i, v in pairs (game.Workspace:GetChildren()) do | |
152 | if v:IsA("Sound") then | |
153 | end | |
154 | - | PlayMusic(430616210) |
154 | + | |
155 | local music = Instance.new("Sound") | |
156 | local asset = "rbxassetid://" | |
157 | music.SoundId = asset .. ID | |
158 | - | p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end |
158 | + | |
159 | music.Volume = 999 | |
160 | - | repeat wait() |
160 | + | |
161 | - | until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid") |
161 | + | |
162 | - | local mouse = game.Players.LocalPlayer:GetMouse() |
162 | + | |
163 | - | repeat wait() until mouse |
163 | + | |
164 | - | local plr = game.Players.LocalPlayer |
164 | + | |
165 | - | local torso = plr.Character.Torso |
165 | + | PlayMusic(417452010) |
166 | - | local flying = true |
166 | + | |
167 | - | local deb = true |
167 | + | |
168 | - | local ctrl = {f = 0, b = 0, l = 0, r = 0} |
168 | + | |
169 | - | local lastctrl = {f = 0, b = 0, l = 0, r = 0} |
169 | + | p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end |