Advertisement
Lukas17

Untitled

Mar 4th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  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
  23. Place 2 is much more lenient than place 1. However, it has become necessary for some rules to be added
  24. 01 Do not run private server scripts
  25. 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)
  26. 03 Do not shutdown or crash more than 20% of the open servers per hour. (this is per group of people, and not individually)
  27. 04 All text resulting from a user's input must be filtered
  28. 05 Do not run anything that breaks Roblox's terms of service
  29. 06 Do not run scripts that are inappropriate
  30. 07 Do not run offensive scripts (examples: scripts promoting terrorism, the hitler script, or anything promoting racial tension)
  31. 08 Vulgar text is strictly prohibited (all swears, drunk, high, or anything inappropriate)
  32. 09 Do not impersonate a moderator, or administrator
  33. 10 Do not attempt to bypass these rules
  34. 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
  35. 12 Do not run scripts depicting suicide
  36. 13 Anything depicting swear words such as drawing/parts will be treated as such
  37. 14 Drug related scripts are not allowed
  38. 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"
  39. textlabel.Font = Enum.Font.Highway
  40. textlabel.Size = UDim2.new(0, 770, 0, 500)
  41. textlabel.Parent = surfacegui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement