Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --this thingy is created by tomonaoboys I just made it so that its place 1 rules
- --wait(1)owner=game:service("Players").tomonaoboys
- if script.ClassName=="Script" then
- local read="https://pastebin.com/raw/MUFJwBja"
- text=game:service("HttpService"):GetAsync(read)
- else
- text=[[
- Do not run ANY script that breaks ROBLOX ToS ANYWHERE
- 1.) "But this is a killing game" it is not a killing game
- 2.) "But there is a badge for spawnkilling" its annoying to be spawnkilled and unfair, so its technically not allowed.
- 3.) "People can just turn their volume down" Developers actually test scripts with sounds, no one should have to turn their volumes down
- 4.) "But I'm running the clown van on myself" Its inappropriate and breaks roblox tos
- 5.) "You're not the boss of me" within the game, we technically are
- 6.) "I won't say bad words" doesn't matter, if the chat is unfiltered, Roblox deals punishment anyway
- <Place 1 guidelines>
- 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.
- <01> Do not prevent other players from moving.
- <02> Do not spawn kill other players.
- <03> Do not attempt to remove people from the game
- <04> Do not run inappropriate scripts, or break roblox's terms of service
- <05> Do not run scripts that unfilter the chat in any way
- <06> Do not make significant changes to the lighting
- <07> Do not spam any type of instance
- <08> Do not randomize properties of many objects.
- <09> Do not randomize properties on a loop of any kind (if its something small, then we will allow it)
- <10> Do not create big objects unless it is for a map that is beneficial to the server
- <11> Do not loopkill/looprespawn any player
- <12> Do not attempt to crash other players or servers
- <13> Do not run scripts that can easily kill a lot of players
- <14> Do not run offensive scripts (for example: something promoting terrorism, the hitler script, or anything promoting racial tension)
- <15> If someone asks you to not kill them, then please do not kill them
- <16> Do not have any vulgar wording displayed in any way (all swears, drunk, high, or anything inappropriate).
- <17> Do not attempt to bypass these guidelines
- <18> Do not lie about previously being a moderator, or having previous require permissions. Do not impersonate a moderator, or administrator.
- <19> Do not attempt to remove SB staff (moderators, administrators, owners)
- <20> Do not run scripts depicting suicide
- <21> Anything depicting swear words such as drawings/parts will be treated as such
- <22> Drug related scripts are not allowed
- <Place 1 require>
- Only administrators and above may grant this
- 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.
- <01> Do not remove other players without the permission of an sb administrator (moderators may not grant this).
- <02> Do not crash other players
- <03> Do not obtain scripts ran by other players in any way (aka logging)
- <04> Do not run anything with invasive user interfaces (for example: tab admins, or pay for rank)
- <05> Do not advertise any products, or prompt players to purchase anything
- <06> Do not mess with the script builder in any way
- <07> Do not hook the chat, or force other players to chat.
- <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).
- ]]
- end
- print("spawned ruleboard")
- local part=Instance.new("Part",workspace)
- part.Material="SmoothPlastic"
- part.Anchored=true part.Size=Vector3.new(60,45,3)
- part.Color=Color3.new(1,1,1)
- part.Locked = true
- local scr=Instance.new("SurfaceGui",part)
- local txt=Instance.new("TextLabel",scr)
- txt.Text=text txt.BackgroundTransparency=1
- txt.TextScaled=true
- txt.TextColor3=Color3.new(1,1,1)
- txt.TextStrokeTransparency=.5 txt.TextWrapped=true
- txt.TextXAlignment="Left"txt.Size=UDim2.new(1,0,1,0)
- local Pos=owner.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-15)
- local hit,pos= workspace:FindPartOnRayWithIgnoreList(Ray.new(Pos.p,Vector3.new(0,1,0).unit*50),{Instance.new("Part")},false,false)
- part.CFrame=Pos*CFrame.new(0,-Pos.Y,0)+Vector3.new(0,pos.Y-25.5,0)
- part.CFrame=part.CFrame*CFrame.Angles(0,math.rad(180),0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement