PreloadService Theme Sharing Thread

Game Owner in Group Game returning as Barcalona18

“What the heck is PreloadService???” - check it out here if you dont know!

Hello!

This is where you can share themes for PreloadService.

Template;

local theme = {}
--[[

REQUIRED INFO

]]

theme.Author = "DarkPixlz"
theme.Name = "Template Theme"
theme.Description = "This is a template to help you create PS themes. More coming soon!"

--[[

THEME

]]

theme.BackgroundColor = Color3.new(0.12549, 0.137255, 0.156863)
theme.HeaderImage = "rbxassetid://8862497707"
theme.HeaderText = "PreloadService Admin Panel"
theme.ListColor1 = Color3.new()
theme.ListColor2 = Color3.new()
theme.MainFont = Enum.Font.GothamSemibold
theme.AllOtherText = Enum.Font.Gotham
theme.MenuIcons = {
	BarUp = "",
	BarDown = "",
	Home = "",
	Players = "",
	History = "",
	LoadingTimes = "",
	Modules = "",
	Info = "",
}
theme.RudeMode = true --lol
theme.MarkAsDarkUI = true
theme.UseCorners = true


return theme

How do I submit one?

If you cant post on this thread (99% of you); then DM it to me in codeblock form.

Themes:

Modern Dark by DarkPixlz
  • incomplete

–Code–

local theme = {}
--[[

REQUIRED INFO

]]

theme.Author = "DarkPixlz"
theme.Name = "Template Theme"
theme.Description = "This is a template to help you create PS themes. More coming soon!"

--[[

THEME

]]

theme.BackgroundColor = Color3.new(0.12549, 0.137255, 0.156863)
theme.HeaderImage = "rbxassetid://8862497707"
theme.HeaderText = "PreloadService Admin Panel"
theme.ListColor1 = Color3.new()
theme.ListColor2 = Color3.new()
theme.MainFont = Enum.Font.GothamSemibold
theme.AllOtherText = Enum.Font.Gotham
theme.MenuIcons = {
	BarUp = "",
	BarDown = "",
	Home = "",
	Players = "",
	History = "",
	LoadingTimes = "",
	Modules = "",
	Info = "",
}
theme.RudeMode = true --lol
theme.MarkAsDarkUI = true
theme.UseCorners = true


return theme

–Screenshots–


please note that this is a beta feature and may be scrapped or changed at any time!

“How do I apply a theme?”

For now, insert it into ServerScriptService/PreloadService/panel/[BETA] Themes.
Make sure it is the only one! Also, make sure it’s names “Theme”, or else the script wont be read.

Thank you!
And once again, DM me submissions.
THIS IS SUBJECT TO CHANGE AT ANY POINT, AND THIS IS AN EARLY VERSION!

1 Like