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=[[= Ban Reasons =
- -1 :: Lifetime ban(perm)
- 0 :: Sass (1 day)
- 1 :: Swearing (2 days)
- 2 :: Abuse (5 days)
- 3 :: Inappropiate scripts (14 days)
- 4 :: Crashing users/servers (25 days)
- 5 :: Logging and/or stealing (30 days)
- 6 :: Exploiting (30 days)
- 7 :: Impersonating a mod (45 days)
- 8 :: Ban evasion (60 days)
- 9 :: Other (7 days) Please add a note.
- Any ban that breaks ROBLOX ToS and can be reported MUST be reported (i.e swearing in chat).
- ]]
- 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