SHOW:
|
|
- or go back to the newest paste.
| 1 | Memes = {
| |
| 2 | 47594659, | |
| 3 | 342697845, | |
| 4 | 74142203, | |
| 5 | 60298055, | |
| 6 | 48989071, | |
| 7 | 63175216, | |
| 8 | 63186465, | |
| 9 | 45120559, | |
| 10 | 62079221, | |
| 11 | 48258623, | |
| 12 | 62677682, | |
| 13 | 63174888, | |
| 14 | 47595647, | |
| 15 | 62830600, | |
| 16 | 53646377, | |
| 17 | 62677045, | |
| 18 | 48260066, | |
| 19 | 47596170, | |
| 20 | 48293007, | |
| 21 | 53645378, | |
| 22 | 48290678, | |
| 23 | 53646388, | |
| 24 | 45031979, | |
| 25 | 74885351, | |
| 26 | 278201073, | |
| 27 | } | |
| 28 | Player = game.Players.LocalPlayer | |
| 29 | repeat wait() until Player.Character | |
| 30 | Character = Player.Character | |
| 31 | MEME = 47594659 | |
| 32 | MAX = #Memes | |
| 33 | AT = 1 | |
| 34 | Billboard = Instance.new("BillboardGui", Character.Head)
| |
| 35 | Image = Instance.new("ImageLabel", Billboard)
| |
| 36 | Billboard.AlwaysOnTop = true | |
| 37 | Billboard.Adornee = Character.Head | |
| 38 | Billboard.Size = UDim2.new(1, 0, 1,0) | |
| 39 | Image.BackgroundTransparency = 1 | |
| 40 | Image.Position = UDim2.new(-2, 0,-2, 0) | |
| 41 | Image.Size = UDim2.new(5, 0, 4, 0) | |
| 42 | s = Instance.new("ScreenGui", Player.PlayerGui)
| |
| 43 | f = Instance.new("Frame", s)
| |
| 44 | b = Instance.new("TextButton", f)
| |
| 45 | il = Instance.new("ImageLabel", f)
| |
| 46 | f.Position = UDim2.new(0.8, 0, 0.6, 0) | |
| 47 | f.Size = UDim2.new(0.2, 0, 0.3, 0) | |
| 48 | b.Position = UDim2.new(0, 0, 0.9, 0) | |
| 49 | b.Size = UDim2.new(1, 0, 0.1, 0) | |
| 50 | b.Style = "RobloxRoundDropdownButton" | |
| 51 | b.Font = "Legacy" | |
| 52 | b.Text = "Next > " | |
| 53 | il.Size = UDim2.new(1, 0, 0.9, 0) | |
| 54 | il.Image = "rbxassetid://"..MEME | |
| 55 | b.MouseButton1Down:connect(function() | |
| 56 | MEME = Memes[AT] | |
| 57 | if AT >= MAX then | |
| 58 | AT = 1 | |
| 59 | else | |
| 60 | AT = AT+1 | |
| 61 | end | |
| 62 | end) | |
| 63 | coroutine.wrap(function() | |
| 64 | repeat | |
| 65 | il.Image = "rbxassetid://"..MEME | |
| 66 | Image.Image = "rbxassetid://"..MEME | |
| 67 | wait() | |
| 68 | until Player.Character.Humanoid.Health == 0 | |
| 69 | end)() |