// © XlXi 2021 // Graphictoria 5 import React from "react"; import { Link } from "react-router-dom"; import SetTitle from "../Helpers/Title.js"; class Home extends React.Component { componentDidMount() { SetTitle(); } render() { return ( <>

Graphictoria

Graphictoria aims to revive the classic Roblox experience. Join 3k+ other users and relive your childhood!

* Graphictoria is not affiliated with Roblox Corporation.

Create your account

So what is Graphictoria?

Ever wanted to experience or revisit classic Roblox? Graphictoria is the place for you. We currently have a 2016 client and we're planning on releasing a 2013 client soon.

Check out our socials for future updates and news about Graphictoria

); } } export { Home };