Advertisement
Lukas17

Untitled

Mar 4th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. local rules = Instance.new("Model")
  2. local basic_sign = Instance.new("Part")
  3. local surfacegui = Instance.new("SurfaceGui")
  4. local textlabel = Instance.new("TextLabel")
  5. local basic_sign_2 = Instance.new("Part")
  6. local surfacegui_2 = Instance.new("SurfaceGui")
  7. local textlabel_2 = Instance.new("TextLabel")
  8. local basic_sign_3 = Instance.new("Part")
  9. local surfacegui_3 = Instance.new("SurfaceGui")
  10. local textlabel_3 = Instance.new("TextLabel")
  11. local basic_sign_4 = Instance.new("Part")
  12.  
  13. rules.Name = "Rules"
  14. rules.Parent = workspace
  15. basic_sign.Anchored = true
  16. basic_sign.Size = Vector3.new(35, 13.5, 2)
  17. basic_sign.BottomSurface = Enum.SurfaceType.Smooth
  18. basic_sign.Material = Enum.Material.Marble
  19. basic_sign.Color = Color3.new(0.972549, 0.972549, 0.972549)
  20. basic_sign.Name = "Basic Sign"
  21. basic_sign.TopSurface = Enum.SurfaceType.Smooth
  22. basic_sign.BrickColor = BrickColor.new("Institutional white")
  23. basic_sign.Parent = rules
  24. basic_sign.CFrame = CFrame.new(-20, 28.5, -94.05)
  25. surfacegui.LightInfluence = 1
  26. surfacegui.Parent = basic_sign
  27. textlabel.TextWrapped = true
  28. textlabel.Position = UDim2.new(0, 15, 0, 35)
  29. textlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  30. textlabel.TextSize = 25
  31. textlabel.TextScaled = true
  32. textlabel.BackgroundTransparency = 1
  33. textlabel.Text = "Place 2 guidelines"
  34. textlabel.Font = Enum.Font.Highway
  35. textlabel.Size = UDim2.new(0, 770, 0, 500)
  36. textlabel.Parent = surfacegui
  37. basic_sign_2.Anchored = true
  38. basic_sign_2.Size = Vector3.new(15, 5.8, 2)
  39. basic_sign_2.BottomSurface = Enum.SurfaceType.Smooth
  40. basic_sign_2.Material = Enum.Material.Marble
  41. basic_sign_2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  42. basic_sign_2.Name = "Basic Sign"
  43. basic_sign_2.BrickColor = BrickColor.new("Institutional white")
  44. basic_sign_2.Transparency = 1
  45. basic_sign_2.TopSurface = Enum.SurfaceType.Smooth
  46. basic_sign_2.Parent = rules
  47. basic_sign_2.CFrame = CFrame.new(-20.325, 24.8, -94.05)
  48. surfacegui_2.LightInfluence = 1
  49. surfacegui_2.Parent = basic_sign_2
  50. textlabel_2.TextWrapped = true
  51. textlabel_2.Position = UDim2.new(0, 15, 0, 35)
  52. textlabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  53. textlabel_2.TextSize = 25
  54. textlabel_2.TextScaled = true
  55. textlabel_2.BackgroundTransparency = 1
  56. textlabel_2.Text = "Place 2 is much more lenient than place 1. However, it has become necessary for some rules to be added."
  57. textlabel_2.Font = Enum.Font.Highway
  58. textlabel_2.Size = UDim2.new(0, 770, 0, 500)
  59. textlabel_2.Parent = surfacegui_2
  60. basic_sign_3.Anchored = true
  61. basic_sign_3.Size = Vector3.new(35, 21.2, 2)
  62. basic_sign_3.BottomSurface = Enum.SurfaceType.Smooth
  63. basic_sign_3.Material = Enum.Material.Marble
  64. basic_sign_3.Color = Color3.new(0.972549, 0.972549, 0.972549)
  65. basic_sign_3.Name = "Basic Sign"
  66. basic_sign_3.BrickColor = BrickColor.new("Institutional white")
  67. basic_sign_3.Transparency = 1
  68. basic_sign_3.TopSurface = Enum.SurfaceType.Smooth
  69. basic_sign_3.Parent = rules
  70. basic_sign_3.CFrame = CFrame.new(-19.925, 10.75, -94.05)
  71. surfacegui_3.LightInfluence = 1
  72. surfacegui_3.Parent = basic_sign_3
  73. textlabel_3.TextWrapped = true
  74. textlabel_3.Position = UDim2.new(0, 15, 0, 35)
  75. textlabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  76. textlabel_3.TextSize = 25
  77. textlabel_3.TextScaled = true
  78. textlabel_3.BackgroundTransparency = 1
  79. textlabel_3.Text = "1 Do not run private server scripts 2 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) 3 Do not shutdown or crash more than 20% of the open servers per hour. (this is per group of people, and not individually) 4 All text resulting from a user's input must be filtered 5 Do not run anything that breaks Roblox's terms of service 6 Do not run scripts that are inappropriate 7 Do not run offensive scripts (examples: scripts promoting terrorism, the hitler script, or anything promoting racial tension) 8 Vulgar text is strictly prohibited (all swears, drunk, high, or anything inappropriate). 9 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."
  80. textlabel_3.Font = Enum.Font.Highway
  81. textlabel_3.Size = UDim2.new(0, 770, 0, 500)
  82. textlabel_3.Parent = surfacegui_3
  83. basic_sign_4.Anchored = true
  84. basic_sign_4.Size = Vector3.new(40, 40, 2)
  85. basic_sign_4.BottomSurface = Enum.SurfaceType.Smooth
  86. basic_sign_4.Material = Enum.Material.Metal
  87. basic_sign_4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  88. basic_sign_4.Name = "Basic Sign"
  89. basic_sign_4.TopSurface = Enum.SurfaceType.Smooth
  90. basic_sign_4.BrickColor = BrickColor.new("Institutional white")
  91. basic_sign_4.Parent = rules
  92. basic_sign_4.CFrame = CFrame.new(-20, 15.4, -94)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement