|
| 14 Nov 2015 04:17 PM |
^ Script:
for _,v in pairs(game.Players:GetChildren())do--//Getting PlayerGui SGui = Instance.new('ScreenGui',v.PlayerGui) Frame = Instance.new('Frame',SGui) Frame.Transparency = 1 Frame.Size = UDim2.new(0,1500,0,50) Text = Instance.new('TextLabel',Frame) Text.BackgroundColor3=Color3.new(67.000003606081/255,67.000003606081/255,67.000003606081/255) Text.Text = '-=[Done!]=-' Font=Enum.Font.Legacy Text.TextColor3=Color3.new(150.00000625849/255,74.000003188848/255,252.000015378/255) Text.Transparency = .1 Text.Size = UDim2.new(0, 1500, 0, 50) end |
|
|
| Report Abuse |
|
|
| 14 Nov 2015 04:26 PM |
| Text.FontSize = Enum.FontSize.Size41 -- < change this number |
|
|
| Report Abuse |
|
|
| 14 Nov 2015 04:49 PM |
| I tried that it doesn't work. |
|
|
| Report Abuse |
|
|
| 14 Nov 2015 08:59 PM |
Try Text.FontSize = Size32
change the number of course |
|
|
| Report Abuse |
|