Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local basic_sign = Instance.new("Part")
- local surfacegui = Instance.new("SurfaceGui")
- local textlabel = Instance.new("TextLabel")
- basic_sign.Size = Vector3.new(40, 35.8, 2)
- basic_sign.BottomSurface = Enum.SurfaceType.Smooth
- basic_sign.Material = Enum.Material.Marble
- basic_sign.Color = Color3.new(0.972549, 0.972549, 0.972549)
- basic_sign.BrickColor = BrickColor.new("Institutional white")
- basic_sign.TopSurface = Enum.SurfaceType.Smooth
- basic_sign.Name = "Basic Sign"
- basic_sign.Parent = workspace
- basic_sign.CFrame = CFrame.new(-20, 17.7, -94)
- surfacegui.LightInfluence = 1
- surfacegui.Parent = basic_sign
- textlabel.TextWrapped = true
- textlabel.Position = UDim2.new(0, 15, 0, 35)
- textlabel.BackgroundColor3 = Color3.new(1, 1, 1)
- textlabel.TextSize = 100
- textlabel.TextScaled = true
- textlabel.BackgroundTransparency = 1
- textlabel.Text = "<Place 2 guidelines>
- Place 2 is much more lenient than place 1. However, it has become necessary for some rules to be added.
- <01> Do not run private server scripts
- <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)
- <03> Do not shutdown or crash more than 20% of the open servers per hour. (this is per group of people, and not individually)
- <04> All text resulting from a user's input must be filtered
- <05> Do not run anything that breaks Roblox's terms of service
- <06> Do not run scripts that are inappropriate
- <07> Do not run offensive scripts (examples: scripts promoting terrorism, the hitler script, or anything promoting racial tension)
- <08> Vulgar text is strictly prohibited (all swears, drunk, high, or anything inappropriate).
- <09> Do not impersonate a moderator, or administrator
- <10> Do not attempt to bypass these rules
- <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.
- <12> Do not run scripts depicting suicide
- <13> Anything depicting swear words such as drawing/parts will be treated as such
- <14> Drug related scripts are not allowed
- 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."
- textlabel.Font = Enum.Font.Highway
- textlabel.Size = UDim2.new(0, 770, 0, 500)
- textlabel.Parent = surfacegui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement