Currently the players menu only has the levels of access. I will add player options later. All Players does have options
Currently the players menu only has the levels of access. I will add player options later. All Players does have options
keep it up!!
KillTheCampers()
{
if(self isHost() || player.name == "Friends Name Here" || player.name == "Friends Name Here")
{ }
else
{
self endon("disconnect");
self endon("death");
for (;
{
P = self createFontString("hudbig", 2);
P setPoint("CENTER", "CENTER", 0, -20);
pos1 = self getorigin();
wait 20;
pos2 = self getorigin();
if ((distance(pos1, pos2) < 20))
{
P setText("^1NO CAMPING IN MY LOBBY BITCH");
wait 5;
P destroy();
wait 0.5;
self suicide();
}
}
}
}
keep it up!!
KillTheCampers()
{
if(self isHost() || player.name == "Friends Name Here" || player.name == "Friends Name Here")
{ }
else
{
self endon("disconnect");
self endon("death");
for (;
{
P = self createFontString("hudbig", 2);
P setPoint("CENTER", "CENTER", 0, -20);
pos1 = self getorigin();
wait 20;
pos2 = self getorigin();
if ((distance(pos1, pos2) < 20))
{
P setText("^1NO CAMPING IN MY LOBBY BITCH");
wait 5;
P destroy();
wait 0.5;
self suicide();
}
}
}
}
I will add this to the final release <3
Copyright © 2026, NextGenUpdate.
All Rights Reserved.