GSA / GSA/https

Ok

Abierto
#312 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
289
Forks
103
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción



Roblox Fan Page — Safe


:root{--accent:#ff5a5f;--bg:#071422;--muted:#9aa4b2}
html,body{height:100%;margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:linear-gradient(180deg,#071422 0%, #0b1b2a 100%);color:#e6eef6}
.wrap{max-width:980px;margin:28px auto;padding:24px}
header{display:flex;align-items:center;gap:16px}
.logo{width:70px;height:70px;border-radius:12px;background:linear-gradient(135deg,var(--accent),#ff9e5a);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:26px;color:#fff}
h1{margin:0;font-size:26px}
p.lead{color:var(--muted);margin-top:6px}
.grid{display:grid;grid-template-columns:1fr 320px;gap:18px;margin-top:18px}
.card{background:rgba(255,255,255,0.03);border-radius:12px;padding:16px}
.links a{display:block;color:#cfe9ff;text-decoration:none;padding:8px 0;border-bottom:1px solid rgba(255,255,255,0.02)}
.cta{display:inline-block;margin-top:12px;padding:10px 14px;border-radius:10px;background:var(--accent);color:#fff;text-decoration:none;font-weight:600}
.small{font-size:13px;color:var(--muted)}
pre{background:rgba(0,0,0,0.2);padding:12px;border-radius:8px;overflow:auto;color:#dff}
footer{margin-top:18px;color:var(--muted);font-size:13px;text-align:center}
.note{background:linear-gradient(90deg,rgba(255,255,255,0.02),rgba(0,0,0,0));padding:10px;border-radius:8px;margin-top:12px;color:var(--muted)}
.emailBtn{background:#2b6cff;padding:8px 10px;border-radius:8px;color:white;text-decoration:none;display:inline-block;margin-top:10px}
@media (max-width:880px){.grid{grid-template-columns:1fr;}.logo{width:56px;height:56px}}





Roblox Fan Page


A safe resource page — info, tutorials, and a polite template to request access from your school IT.






Quick links



Tutorials to try



  • Intro to Roblox Studio (make a tiny obby)

  • Basic Lua scripting — spawn items and change speed

  • Publish your game to Roblox (follow school rules first!)



Important: This page does not bypass filters or blocks. If Roblox is blocked at school, follow the proper request process.


Want to play at school?


If Roblox is blocked, the right step is to ask your school IT or teacher. Below is a short email you can use — edit it for your school and send from your school email account if possible.

Sample email


Subject: Request: Access to Roblox for educational/game development purposes

Hello [IT Team / Mr./Ms. X],

I hope you’re well. I’m a student in [class/grade] and I’m interested in using Roblox and Roblox Studio for [reason: e.g., game design practice]. Could access be allowed for me/the class while working on this project? I’ll follow any usage rules or supervision you require.

Thanks,
[Your Name]


Copied to clipboard!




Play at Home


Roblox works on Windows, macOS, iOS, Android, and Xbox. Use official clients only.


Browse games (official)


School-friendly options



  • Ask about Roblox Education or supervised use

  • Try offline game design exercises

  • Learn Lua with local editors




Customization


I can personalize colors, your class name, or produce a printable handout for teachers.


Request customization



Created for learning & safe use — does not bypass network controls.



function copyEmail(){
const text = document.getElementById('emailTemplate').innerText;
navigator.clipboard?.writeText(text).then(()=> {
document.getElementById('copied').style.display = 'block';
setTimeout(()=> document.getElementById('copied').style.display = 'none',2500);
}).catch(()=> alert('Unable to copy — select and copy manually.'));
}

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.