Advertisement
oofoofoof

Ruleboard by tomonaoboys (Only Place 1 Rules)

Feb 17th, 2018
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --this thingy is created by tomonaoboys I just made it so that its place 1 rules
  2.  
  3. --wait(1)owner=game:service("Players").tomonaoboys
  4. if script.ClassName=="Script" then
  5. local read="https://pastebin.com/raw/MUFJwBja"
  6. text=game:service("HttpService"):GetAsync(read)
  7. else
  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. <01> Do not remove other players without the permission of an sb administrator (moderators may not grant this).
  50. <02> Do not crash other players
  51. <03> Do not obtain scripts ran by other players in any way (aka logging)
  52. <04> Do not run anything with invasive user interfaces (for example: tab admins, or pay for rank)
  53. <05> Do not advertise any products, or prompt players to purchase anything
  54. <06> Do not mess with the script builder in any way
  55. <07> Do not hook the chat, or force other players to chat.
  56. <08> Injecting localscripts into other players is okay for client sided execution of your creation. Do not inject any other local scripts. (This does not permit logging).
  57. ]]
  58. end
  59.  
  60. print("spawned ruleboard")
  61. local part=Instance.new("Part",workspace)
  62. part.Material="SmoothPlastic"
  63. part.Anchored=true part.Size=Vector3.new(60,45,3)
  64. part.Color=Color3.new(1,1,1)
  65. part.Locked = true
  66. local scr=Instance.new("SurfaceGui",part)
  67. local txt=Instance.new("TextLabel",scr)
  68. txt.Text=text txt.BackgroundTransparency=1
  69. txt.TextScaled=true
  70. txt.TextColor3=Color3.new(1,1,1)
  71. txt.TextStrokeTransparency=.5 txt.TextWrapped=true
  72. txt.TextXAlignment="Left"txt.Size=UDim2.new(1,0,1,0)
  73. local Pos=owner.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-15)
  74. local hit,pos= workspace:FindPartOnRayWithIgnoreList(Ray.new(Pos.p,Vector3.new(0,1,0).unit*50),{Instance.new("Part")},false,false)
  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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement