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
CommonUsername
5
Posts
2
Topics
1
Followers
A member registered Apr 19, 2025
Recent community posts
Novetus community » General Discussion · Replied to goldbloxian in Something something about letting players on different versions in something
Novetus community » General Discussion · Posted in Something something about letting players on different versions in something
Novetus community » General Discussion · Created a new topic Something something about letting players on different versions in something
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