Is their a way to lock a ROBLOX Server, to prevent players from joining

I actually never programmed the car lol

I kind of took a free model and then transformed it into what I like, not to make it original, but claim it as my own

Also fun fact: That car is from a delivery game Im making so props on me being lazy

I would be careful doing that because if your game is successful and makes lots of money I believe the person can come after you just for using it, even though you changed it so it was not the original they could still do it because it is similar. This happens in the music industry all the time.

Nope they cant at all, first of all their car was just a litterly basic basic BASIC white and grey car with studs for the base, my car is WAYYY different and also they made it a free model, so I can’t get sued for that because they made it for free use, if you make a free model, that makes it open source and you cant copyright someone for that lol, that’s dumb anyway.

Sorry, I forgot that when you make it a free model you sign away your rights to claim it.

1 Like

Just from the perspective of a player, this is a horrible way to do it. Instead, players should be in a spectator mode so they can continue watching. This also removes the need to lock servers.

Maybe if you READ THE FULL THING

you would UNDERSTAND, why Im clearly not making a spectating mode/lobby

please do…

'PPOOABWAC' or 'Push Players Off of a Baseplate with a Car' Is a epically funy game were you push players off of a Baseplate with a car, yea pretty basic if you ask me... >>>> PLOT TWIST The Baseplate shrink's! and if you Die then you will be KICKED! and the server gets locked to so no more chances! The Last player who survives will be awarded a badge ( If we get funded a lot of money from the donations inside of the Store... ) and will be a true Fighter of Robloxia

> Also Maybe theirs a sequel...
- Narrator Man

local locked = false

game.Players.PlayerAdded:Connect(function(plr)
if locked == true then
plr:Kick("This game already started.")
else
print("Player entered!")
 end
end)

To lock the server:

-- your code when the game starts
locked = true
warn("Server has been locked. Use locked = false to unlock it.")
end

Thanks for the reply but, why are you replying to old post that already have a solution?

1 Like