SHOW:
|
|
- or go back to the newest paste.
1 | --this thingy is created by tomonaoboys I just made it so that its place 1 rules | |
2 | - | local text="nothing here or please wait" |
2 | + | |
3 | --wait(1)owner=game:service("Players").tomonaoboys | |
4 | - | local read="https://pastebin.com/raw/DWKwKMJH" |
4 | + | |
5 | local read="https://pastebin.com/raw/MUFJwBja" | |
6 | text=game:service("HttpService"):GetAsync(read) | |
7 | else | |
8 | - | text=[[<warning: sometimes not recent and updated to 3/09/2018> |
8 | + | |
9 | text=[[ | |
10 | Do not run ANY script that breaks ROBLOX ToS ANYWHERE | |
11 | ||
12 | 1.) "But this is a killing game" it is not a killing game | |
13 | 2.) "But there is a badge for spawnkilling" its annoying to be spawnkilled and unfair, so its technically not allowed. | |
14 | 3.) "People can just turn their volume down" Developers actually test scripts with sounds, no one should have to turn their volumes down | |
15 | 4.) "But I'm running the clown van on myself" Its inappropriate and breaks roblox tos | |
16 | 5.) "You're not the boss of me" within the game, we technically are | |
17 | 6.) "I won't say bad words" doesn't matter, if the chat is unfiltered, Roblox deals punishment anyway | |
18 | ||
19 | <Place 1 guidelines> | |
20 | Here are the guidelines for place 1. Not all of the possible abuses will be listed here. Many things are left to the moderator's judgement. | |
21 | ||
22 | <01> Do not prevent other players from moving. | |
23 | <02> Do not spawn kill other players. | |
24 | <03> Do not attempt to remove people from the game | |
25 | <04> Do not run inappropriate scripts, or break roblox's terms of service | |
26 | <05> Do not run scripts that unfilter the chat in any way | |
27 | <06> Do not make significant changes to the lighting | |
28 | <07> Do not spam any type of instance | |
29 | <08> Do not randomize properties of many objects. | |
30 | <09> Do not randomize properties on a loop of any kind (if its something small, then we will allow it) | |
31 | <10> Do not create big objects unless it is for a map that is beneficial to the server | |
32 | <11> Do not loopkill/looprespawn any player | |
33 | <12> Do not attempt to crash other players or servers | |
34 | <13> Do not run scripts that can easily kill a lot of players | |
35 | <14> Do not run offensive scripts (for example: something promoting terrorism, the hitler script, or anything promoting racial tension) | |
36 | <15> If someone asks you to not kill them, then please do not kill them | |
37 | <16> Do not have any vulgar wording displayed in any way (all swears, drunk, high, or anything inappropriate). | |
38 | <17> Do not attempt to bypass these guidelines | |
39 | <18> Do not lie about previously being a moderator, or having previous require permissions. Do not impersonate a moderator, or administrator. | |
40 | <19> Do not attempt to remove SB staff (moderators, administrators, owners) | |
41 | <20> Do not run scripts depicting suicide | |
42 | <21> Anything depicting swear words such as drawings/parts will be treated as such | |
43 | <22> Drug related scripts are not allowed | |
44 | ||
45 | <Place 1 require> | |
46 | Only administrators and above may grant this | |
47 | Require permissions for place 1 is for those that want to test their own module scripts. The normal guidelines still apply to those given this permission along with the ones stated below. | |
48 | ||
49 | - | <Place 2 guidelines> |
49 | + | |
50 | - | Place 2 is much more lenient than place 1. However, it has become necessary for some rules to be added. |
50 | + | |
51 | <03> Do not obtain scripts ran by other players in any way (aka logging) | |
52 | - | <01> Do not run private server scripts |
52 | + | |
53 | - | <02> Do not massively kick/ban/crash other players. (This is allowed on a medium scale as to ensure players don't try to bypass rule 01) |
53 | + | |
54 | - | <03> Do not shutdown or crash more than 20% of the open servers per hour. (this is per group of people, and not individually) |
54 | + | |
55 | - | <04> All text resulting from a user's input must be filtered |
55 | + | |
56 | - | <05> Do not run anything that breaks Roblox's terms of service |
56 | + | |
57 | - | <06> Do not run scripts that are inappropriate |
57 | + | |
58 | - | <07> Do not run offensive scripts (examples: scripts promoting terrorism, the hitler script, or anything promoting racial tension) |
58 | + | |
59 | - | <08> Vulgar text is strictly prohibited (all swears, drunk, high, or anything inappropriate). |
59 | + | |
60 | - | <09> Do not impersonate a moderator, or administrator |
60 | + | print("spawned ruleboard") |
61 | - | <10> Do not attempt to bypass these rules |
61 | + | |
62 | - | <11> Do not attempt to remove SB staff (moderators, administrators, owners) without any valid proof (abuse). If valid proof is found, please contact staff that are higher up with said proof. |
62 | + | part.Material="SmoothPlastic" |
63 | - | <12> Do not run scripts depicting suicide |
63 | + | part.Anchored=true part.Size=Vector3.new(60,45,3) |
64 | - | <13> Anything depicting swear words such as drawing/parts will be treated as such |
64 | + | |
65 | - | <14> Drug related scripts are not allowed |
65 | + | part.Locked = true |
66 | local scr=Instance.new("SurfaceGui",part) | |
67 | - | If you are breaking these rules, we could black list any module itself, or any module created by a certain person. We are also able to ban people from place 2. |
67 | + | |
68 | txt.Text=text txt.BackgroundTransparency=1 | |
69 | txt.TextScaled=true | |
70 | txt.TextColor3=Color3.new(1,1,1) | |
71 | - | --print(text) |
71 | + | |
72 | txt.TextXAlignment="Left"txt.Size=UDim2.new(1,0,1,0) | |
73 | - | part.Material="Marble" |
73 | + | |
74 | - | part.Anchored=true part.Size=Vector3.new(45,55,3) |
74 | + | |
75 | part.CFrame=Pos*CFrame.new(0,-Pos.Y,0)+Vector3.new(0,pos.Y-25.5,0) | |
76 | part.CFrame=part.CFrame*CFrame.Angles(0,math.rad(180),0) |