// © 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 5k+ other users and relive your childhood!

* Graphictoria is not affiliated with or sponsored by Roblox Corporation.

Create your account

So what is Graphictoria?

Ever wanted to experience or revisit classic Roblox? Graphictoria provides the platform for everyone to relive the classic Roblox experience.

Social Links

YouTube

Subscribe to our YouTube channel, where we upload trailers for future events and Graphictoria gameplay videos.

View »

Twitter

Follow us on Twitter. Here you can recieve important updates about Graphictoria and receive announcements for events, downtime, etc.

View »

Discord

Join our Discord server. This is the place where you can engage with the rest of our community, or just hang out with friends.

View »
); } } export { Home };