SHOW:
|
|
- or go back to the newest paste.
| 1 | --Thanks To HessaFTW And His Slave BlueHunter | |
| 2 | --Hessa Is the one that made this compalation | |
| 3 | --BlueHunter was the test subject | |
| 4 | --Have eny scripts that arent in here send them to Toey and he will test and put in for next update | |
| 5 | ||
| 6 | bill = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
| |
| 7 | bill.Size = UDim2.new(4, 0, 4.5, 0) | |
| 8 | bill.AlwaysOnTop = true | |
| 9 | ||
| 10 | label = Instance.new("TextLabel", bill)
| |
| 11 | label.Size = UDim2.new(2, 0, 1, 0) | |
| 12 | label.Position = UDim2.new(-0.5, 0, -0.5, 0) | |
| 13 | label.BackgroundTransparency = 1 | |
| 14 | label.FontSize = "Size14" | |
| 15 | while true do | |
| 16 | label.TextColor3 = Color3.new(math.random(),math.random(),math.random()) | |
| 17 | wait(.09) | |
| 18 | label.TextStrokeColor3 = Color3.new(0 ,0 ,0) | |
| 19 | label.TextStrokeTransparency = 0 | |
| 20 | - | label.Text = "Toey8418, The Script Showcase" |
| 20 | + | label.Text = "5mzazatv, The Script Showcase" |
| 21 | end | |
| 22 | ||
| 23 | --Change Toey To what u want to be named |