View difference between Paste ID: UXZ1q16h and Uecuxeh3
SHOW: | | - or go back to the newest paste.
1-
--wait(1)owner=game:service("Players").tomonaoboys
1+
--wait(1)owner=game:service("Players").DragonBxllinGamver
2
local text="nothing here or please wait"
3
if script.ClassName=="Script" then
4
local read="https://pastebin.com/raw/DWKwKMJH"
5
text=game:service("HttpService"):GetAsync(read)
6
else
7
8
text=[[<warning: sometimes not recent and updated to 3/09/2018>
9
Do not run ANY script that breaks ROBLOX ToS ANYWHERE
10
<Place 1 guidelines>
11
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.
12
13
<01> Do not prevent other players from moving.
14
<02> Do not spawn kill other players.
15
<03> Do not attempt to remove people from the game
16
<04> Do not run inappropriate scripts, or break roblox's terms of service
17
<05> Do not run scripts that unfilter the chat in any way
18
<06> Do not make significant changes to the lighting
19
<07> Do not spam any type of instance
20
<08> Do not randomize properties of many objects.
21
<09> Do not randomize properties on a loop of any kind (if its something small, then we will allow it)
22
<10> Do not create big objects unless it is for a map that is beneficial to the server
23
<11> Do not loopkill/looprespawn any player
24
<12> Do not attempt to crash other players or servers
25
<13> Do not run scripts that can easily kill a lot of players
26
<14> Do not run offensive scripts (for example: something promoting terrorism, the hitler script, or anything promoting racial tension)
27
<15> If someone asks you to not kill them, then please do not kill them
28
<16> Do not have any vulgar wording displayed in any way (all swears, drunk, high, or anything inappropriate).
29
<17> Do not attempt to bypass these guidelines
30
<18> Do not lie about previously being a moderator, or having previous require permissions. Do not impersonate a moderator, or administrator.
31
<19> Do not attempt to remove SB staff (moderators, administrators, owners)
32
<20> Do not run scripts depicting suicide
33
<21> Anything depicting swear words such as drawings/parts will be treated as such
34
<22> Drug related scripts are not allowed
35
36
<Place 1 require>
37
Only administrators and above may grant this
38
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. 
39
40
<01> Do not remove other players without the permission of an sb administrator (moderators may not grant this).
41
<02> Do not crash other players
42
<03> Do not obtain scripts ran by other players in any way (aka logging)
43
<04> Do not run anything with invasive user interfaces (for example: tab admins, or pay for rank)
44
<05> Do not advertise any products, or prompt players to purchase anything
45
<06> Do not mess with the script builder in any way
46
<07> Do not hook the chat, or force other players to chat.
47
<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).
48
49
<Place 2 guidelines>
50
Place 2 is much more lenient than place 1. However, it has become necessary for some rules to be added.
51
52
<01> Do not run private server scripts
53
<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)
54
<03> Do not shutdown or crash more than 20% of the open servers per hour. (this is per group of people, and not individually)
55
<04> All text resulting from a user's input must be filtered
56
<05> Do not run anything that breaks Roblox's terms of service
57
<06> Do not run scripts that are inappropriate
58
<07> Do not run offensive scripts (examples: scripts promoting terrorism, the hitler script, or anything promoting racial tension)
59
<08> Vulgar text is strictly prohibited (all swears, drunk, high, or anything inappropriate).
60
<09> Do not impersonate a moderator, or administrator
61
<10> Do not attempt to bypass these rules
62
<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.
63
<12> Do not run scripts depicting suicide
64
<13> Anything depicting swear words such as drawing/parts will be treated as such
65
<14> Drug related scripts are not allowed
66
67
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.
68
]]
69
end
70
71
--print(text)
72
local part=Instance.new("Part",workspace)
73
part.Material="Marble"
74
part.Anchored=true part.Size=Vector3.new(45,55,3)
75
part.Color=Color3.new(1,1,1)
76
local scr=Instance.new("SurfaceGui",part)
77
local txt=Instance.new("TextLabel",scr)
78
txt.Text=text txt.BackgroundTransparency=1
79
txt.TextScaled=true
80
txt.TextColor3=Color3.new(1,1,1)
81
txt.TextStrokeTransparency=.5 txt.TextWrapped=true
82
txt.TextXAlignment="Left"txt.Size=UDim2.new(1,0,1,0)
83
local Pos=owner.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-15)
84
local hit,pos= workspace:FindPartOnRayWithIgnoreList(Ray.new(Pos.p,Vector3.new(0,1,0).unit*50),{Instance.new("Part")},false,false)
85
part.CFrame=Pos*CFrame.new(0,-Pos.Y,0)+Vector3.new(0,pos.Y-25.5,0)
86
part.CFrame=part.CFrame*CFrame.Angles(0,math.rad(180),0)