A Roblox Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A Roblox Community

A community of Robloxians who want to learn to script and build on Roblox Studio.
 
HomeLatest imagesRegisterLog in
If you're a experienced coder make some tutorials! It would really help the site grow.
Make sure you read the rules(Which can be found by clicking here)
If you're a beginner at coding, try some tutorials.
We have many Moderators/Admins watching this site. Contact them with Questions.
Let us know what your favorite sport is. By clicking here to vote (Click here)
This site is becoming inactive. Lets make it active.
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Top posters
blueymaddog
Roblox Private Servers Vote_lcapRoblox Private Servers Voting_barRoblox Private Servers Vote_rcap 
naknak
Roblox Private Servers Vote_lcapRoblox Private Servers Voting_barRoblox Private Servers Vote_rcap 
Supernapalm
Roblox Private Servers Vote_lcapRoblox Private Servers Voting_barRoblox Private Servers Vote_rcap 
m27frogy
Roblox Private Servers Vote_lcapRoblox Private Servers Voting_barRoblox Private Servers Vote_rcap 
slayer9365
Roblox Private Servers Vote_lcapRoblox Private Servers Voting_barRoblox Private Servers Vote_rcap 
myrco919
Roblox Private Servers Vote_lcapRoblox Private Servers Voting_barRoblox Private Servers Vote_rcap 
branefreez
Roblox Private Servers Vote_lcapRoblox Private Servers Voting_barRoblox Private Servers Vote_rcap 
ninga95
Roblox Private Servers Vote_lcapRoblox Private Servers Voting_barRoblox Private Servers Vote_rcap 
CloneTrooper787
Roblox Private Servers Vote_lcapRoblox Private Servers Voting_barRoblox Private Servers Vote_rcap 
raboy117
Roblox Private Servers Vote_lcapRoblox Private Servers Voting_barRoblox Private Servers Vote_rcap 
Top posting users this month
No user
Latest topics
» Where to go from here.
Roblox Private Servers EmptySeptember 14th 2020, 1:20 pm by MrNicNac

» Send me an Email
Roblox Private Servers EmptySeptember 14th 2020, 1:16 pm by MrNicNac

» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]
Roblox Private Servers EmptyJuly 6th 2015, 7:38 pm by m27frogy

» New Site Possibly
Roblox Private Servers EmptyJuly 6th 2015, 4:16 pm by m27frogy

» Ambassador!
Roblox Private Servers EmptyApril 15th 2015, 11:40 pm by naknak

» Boop - Tag
Roblox Private Servers EmptyApril 13th 2015, 9:46 pm by naknak

» Vip Class Script
Roblox Private Servers EmptyApril 13th 2015, 4:54 pm by naknak

» Who's active?!
Roblox Private Servers EmptyApril 13th 2015, 4:52 pm by naknak

» Genesis Point
Roblox Private Servers EmptyJuly 17th 2014, 7:04 pm by branefreez

» Reward System
Roblox Private Servers EmptyJuly 17th 2014, 5:41 am by m27frogy

» Script Request
Roblox Private Servers EmptyJuly 10th 2014, 11:43 am by naknak

» local scripts?
Roblox Private Servers EmptyJuly 10th 2014, 11:39 am by naknak

» Project: Reconstruction [Died]
Roblox Private Servers EmptyJuly 10th 2014, 11:36 am by naknak

» Hi. I am new here
Roblox Private Servers EmptyApril 26th 2014, 4:01 pm by altshiftkey

» What's your favorite sport?
Roblox Private Servers EmptyJanuary 1st 2014, 2:13 pm by m27frogy

» FlashLight Script
Roblox Private Servers EmptyJanuary 1st 2014, 2:11 pm by m27frogy

» Gun Making! [READ DESC]
Roblox Private Servers EmptyJanuary 1st 2014, 2:10 pm by m27frogy

» Hi, I am new here!
Roblox Private Servers EmptyNovember 26th 2013, 3:33 pm by Keanu73

» Improve Coding
Roblox Private Servers EmptyOctober 26th 2013, 1:12 pm by pook03

» Simple Button
Roblox Private Servers EmptySeptember 1st 2013, 6:19 pm by branefreez


 

 Roblox Private Servers

Go down 
3 posters
AuthorMessage
Dimmy57
Novice Scripter
Novice Scripter
Dimmy57


Posts : 1
Join date : 2013-02-17
Age : 21

Roblox Private Servers Empty
PostSubject: Roblox Private Servers   Roblox Private Servers EmptyFebruary 17th 2013, 1:43 pm

Hello, I'm new here, I am Brazilian and I use the google translator to communicate with everyone, so if you find some
grammar error remember I'm using google translator. I joined the forum for me to know about Private Servers Roblox.I want to know if there is going to be created, or do not exist or do not think to create um.por please respond!
Back to top Go down
branefreez
Intermediate Scripter
Intermediate Scripter
branefreez


Posts : 143
Join date : 2012-07-14

Roblox Private Servers Empty
PostSubject: Re: Roblox Private Servers   Roblox Private Servers EmptyFebruary 22nd 2013, 8:42 pm

Private servers are in existance.... Here is the script you need to use: [This should work]

Code:

function CheckIsAllowed(plr)
if plr.Name ~= ("YOURNAMEHERE" or "OTHERPERSON" or "FRIEND" or "PERSON" or "____") then
plr.Parent = game.Lighting
a = Instance.new("Message", plr)
a.Text = "You do Not Have Permission To Enter This Place. \nPlease PM The Creator For Access."
delay(5, function() a:Delete() end)
plr:Delete()
end
end
game.Players.PlayerAdded:connect(CheckIsAllowed)

Here is another persons:

Code:
function enter(p)
if (p.Name ~= "YOURNAMEHERE") and (p.Name ~= "FRIENDSNAMEHERE") and (p.Name ~= "ANOTHERFRIENDSNAMEHERE") then
p:remove()
end
end
game.Players.PlayerAdded:connect(enter)
Back to top Go down
http://www.roblox.com/User.aspx?ID=22724483
m27frogy
The Garbageman
m27frogy


Posts : 336
Join date : 2011-06-23

Roblox Private Servers Empty
PostSubject: Re: Roblox Private Servers   Roblox Private Servers EmptyMarch 1st 2013, 11:26 am

I've made some more sophisticated versions of this before...
Back to top Go down
branefreez
Intermediate Scripter
Intermediate Scripter
branefreez


Posts : 143
Join date : 2012-07-14

Roblox Private Servers Empty
PostSubject: Re: Roblox Private Servers   Roblox Private Servers EmptyMarch 1st 2013, 6:30 pm

Yeah, you probably have, but I was just giving him an example of a working script.
Back to top Go down
http://www.roblox.com/User.aspx?ID=22724483
m27frogy
The Garbageman
m27frogy


Posts : 336
Join date : 2011-06-23

Roblox Private Servers Empty
PostSubject: Re: Roblox Private Servers   Roblox Private Servers EmptyMarch 1st 2013, 6:47 pm

Yah. I might post mine here some day. :3
Back to top Go down
branefreez
Intermediate Scripter
Intermediate Scripter
branefreez


Posts : 143
Join date : 2012-07-14

Roblox Private Servers Empty
PostSubject: Re: Roblox Private Servers   Roblox Private Servers EmptyMarch 1st 2013, 6:53 pm

That would be cool. BTW, sometimes when I'm decompiling LASM, I get eh error message LuaQ [] <
Back to top Go down
http://www.roblox.com/User.aspx?ID=22724483
Sponsored content





Roblox Private Servers Empty
PostSubject: Re: Roblox Private Servers   Roblox Private Servers Empty

Back to top Go down
 
Roblox Private Servers
Back to top 
Page 1 of 1
 Similar topics
-
» ROBLOX - The HUD to a new level.
» Minecraft Servers
» Private scripts
» Roblox AI
» Roblox Ad Gui

Permissions in this forum:You cannot reply to topics in this forum
A Roblox Community :: Roblox General :: Projects-
Jump to: