Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

CommonUsername

2
Posts
1
Topics
A member registered Apr 19, 2025

Recent community posts

Forgot to mention but different versions as in the Novetus launcher, not the clients

This lets players on different versions of Novetus Clients (and potentially modified Clients) into your server (DO THIS AT YOUR OWN RISK)

copy this into the commandbar or something and pray (or dont pray) it works...


game:GetService("Players").PlayerAdded:connect(function(plr)  wait(0.5)  plr.Security.Parent = nil  game.Lighting.Security:Clone().Parent = plr end)


S O M E T H I N G