Note
We're now Guided Games! 🎉
Yes, we've rebranded. Same team, same fun—just a fresh name!
local HttpService = game:GetService("HttpService")
local LilIceyGames = {
Name = "Guided Games",
Description = [[
Guided Games is a dynamic game development company based in the UK,
dedicated to creating modernized games that appeal to players of all ages.
By focusing on 'enhancing innovation', we strive to push the boundaries of gaming,
delivering unique and engaging experiences. Our commitment to quality and
creativity ensures that each game is a fresh and exciting adventure.
]],
Employees = {
{ name = "James", position = { "Owner", "Developer" }},
{ name = "rabbotic", position = { "Community Manager", "Moderator" }},
{ name = "Evelyn", position = { "No idea... contributor 3x???", "Potentialy moderator as well??", "Oh I know, person; Evelyn is a person." }},
{ name = "Adrian", position = { "Quality Assurance", "Contributor" }},
{ name = "JPG.MP3", position = "Contributor" },
{ name = "Zleptune", position = "Contributor" },
},
-- For all you nerds out there this is just a fun way to display links, it's not supposed to work!
Website = HttpService:GetAsync("https://guidedgames.org"),
OtherLinks = {
Discord = HttpService:GetAsync("https://discord.gg/aGzDJ6wX55"),
TwitterNotX = HttpService:GetAsync("https://twitter.com/LilIceyGames"),
YouTube = HttpService:GetAsync("https://youtube.com/@LilIceyGames"),
TikTok = HttpService:GetAsync("https://tiktok.com/@LilIceyGames"),
Roblox = HttpService:GetAsync("https://roblox.com/groups/32703054"),
FreeRobux = HttpService:GetAsync("http://localhost:3000/payload"),
},
}