View difference between Paste ID: 7SJJQKpT and MMGShcqE
SHOW: | | - or go back to the newest paste.
1
local basic_sign = Instance.new("Part")
2
local surfacegui = Instance.new("SurfaceGui")
3
local textlabel = Instance.new("TextLabel")
4
5
basic_sign.Size = Vector3.new(40, 35.8, 2)
6
basic_sign.BottomSurface = Enum.SurfaceType.Smooth
7
basic_sign.Material = Enum.Material.Marble
8
basic_sign.Color = Color3.new(0.972549, 0.972549, 0.972549)
9
basic_sign.BrickColor = BrickColor.new("Institutional white")
10
basic_sign.TopSurface = Enum.SurfaceType.Smooth
11
basic_sign.Name = "Basic Sign"
12
basic_sign.Parent = workspace
13
basic_sign.CFrame = CFrame.new(-20, 17.7, -94)
14
surfacegui.LightInfluence = 1
15
surfacegui.Parent = basic_sign
16
textlabel.TextWrapped = true
17
textlabel.Position = UDim2.new(0, 15, 0, 35)
18
textlabel.BackgroundColor3 = Color3.new(1, 1, 1)
19
textlabel.TextSize = 100
20
textlabel.TextScaled = true
21
textlabel.BackgroundTransparency = 1
22-
textlabel.Text = "Place 2 guidelines
22+
textlabel.Text = "Place 2 guidelines"
23
Place 2 is much more lenient than place 1. However, it has become necessary for some rules to be added
24
25
01 Do not run private server scripts
26
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)
27
03 Do not shutdown or crash more than 20% of the open servers per hour. (this is per group of people, and not individually)
28
04 All text resulting from a user's input must be filtered
29
05 Do not run anything that breaks Roblox's terms of service
30
06 Do not run scripts that are inappropriate
31
07 Do not run offensive scripts (examples: scripts promoting terrorism, the hitler script, or anything promoting racial tension)
32
08 Vulgar text is strictly prohibited (all swears, drunk, high, or anything inappropriate)
33
09 Do not impersonate a moderator, or administrator
34
10 Do not attempt to bypass these rules
35
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
36
12 Do not run scripts depicting suicide
37
13 Anything depicting swear words such as drawing/parts will be treated as such
38
14 Drug related scripts are not allowed
39
40
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"
41
42
textlabel.Font = Enum.Font.Highway
43
textlabel.Size = UDim2.new(0, 770, 0, 500)
44
textlabel.Parent = surfacegui