SHOW:
|
|
- or go back to the newest paste.
| 1 | -- It Uses R6 Character | |
| 2 | -- Click Copy And Go ToLine 6 And Change Stiwen133 To Your Game | |
| 3 | ||
| 4 | wait(3) | |
| 5 | ||
| 6 | local OwnerName = "Stiwen133" -- Finobe Account | |
| 7 | OwnerName = "MrRobloxTutorialsGo" -- Roblox Account | |
| 8 | ||
| 9 | local Sound = Instance.new("Sound",game.Workspace:FindFirstChild(OwnerName).Head)
| |
| 10 | Sound.SoundId = "rbxassetid://860839763" | |
| 11 | Sound.Volume = 1 | |
| 12 | Sound.Looped = true | |
| 13 | Sound:Play() | |
| 14 | ||
| 15 | local Gui = Instance.new("BillboardGui",game.Workspace:FindFirstChild(OwnerName).Head)
| |
| 16 | Gui.StudsOffset = Vector3.new(0,2,0) | |
| 17 | Gui.Size = UDim2.new(0,200,0,50) | |
| 18 | local Text = Instance.new("TextLabel",Gui)
| |
| 19 | Text.Size = UDim2.new(0,200,0,50) | |
| 20 | Text.TextScaled = true | |
| 21 | Text.BackgroundTransparency = 1 | |
| 22 | Text.TextStrokeTransparency = 0 | |
| 23 | Text.TextStrokeColor3 = Color3.new(255,255,255) | |
| 24 | Text.TextColor3 = Color3.new(255,255,0) | |
| 25 | - | Text.Text = "The Chosen One..." |
| 25 | + | Text.Text = "the chosen banana" |
| 26 | - | Text.Font = Enum.Font.SciFi |
| 26 | + | Text.Font = Enum.Font.SciFi |