Skip to main content

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

Novetus

A multi-version ROBLOX client launcher built to allow the user to run LAN and Internet servers. · By Bitl Development Studio

Something something about letting players on different versions in something

A topic by CommonUsername created 12 days ago Views: 122 Replies: 4
Viewing posts 1 to 4
(2 edits)

This lets players on different versions of Novetus Clients Launchers (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)  while not plr:FindFirstChild("Security") do   wait()  end  plr.Security.Parent = nil  game.Lighting.Security:Clone().Parent = plr end)


S O M E T H I N G

(2 edits)

I forgor that edits existed lmao

what does this do

(1 edit)

The only thing it does it replaces the security of the player with the security of the server so it thinks its on the same launcher version so it doesn't kick a player on a different version out, that's it

ty :D