SHOW:
|
|
- or go back to the newest paste.
1 | - | part1 = Instance.new("Part", owner.Character) |
1 | + | part1 = Instance.new("Part", script) |
2 | part1.Size = Vector3.new(10,10,1) | |
3 | - | local speed = Instance.new("Sound", part1) |
3 | + | |
4 | - | speed.SoundId = "rbxassetid://6683033226" |
4 | + | |
5 | - | speed.Volume = 1 |
5 | + | local screengui2 = Instance.new("SurfaceGui") |
6 | - | speed.Looped = true |
6 | + | screengui2.Parent = owner:findFirstChildOfClass("PlayerGui") |
7 | - | speed:Play() |
7 | + | screengui2.Adornee = part1 |
8 | - | local speed2 = Instance.new("Sound", part1) |
8 | + | |
9 | - | speed2.SoundId = "rbxassetid://6707947032" |
9 | + | tl.Size = UDim2.new(0.5, 0, 0.25, 0) |
10 | - | speed2.Volume = 1 |
10 | + | |
11 | - | speed2.Looped = true |
11 | + | |
12 | - | speed2:Play() |
12 | + | tl.TextSize = 50 |
13 | tl.MultiLine = true | |
14 | screengui2.Name = "Hud" | |
15 | - | local screengui2 = Instance.new("SurfaceGui", part1) |
15 | + | screengui2.Face = Enum.NormalId.Front |