Advertisement
UnoPastes

Untitled

Jul 13th, 2018
183
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=[[= Ban Reasons =
  10. -1 :: Lifetime ban(perm)
  11. 0 :: Sass (1 day)
  12. 1 :: Swearing (2 days)
  13. 2 :: Abuse (5 days)
  14. 3 :: Inappropiate scripts (14 days)
  15. 4 :: Crashing users/servers (25 days)
  16. 5 :: Logging and/or stealing (30 days)
  17. 6 :: Exploiting (30 days)
  18. 7 :: Impersonating a mod (45 days)
  19. 8 :: Ban evasion (60 days)
  20. 9 :: Other (7 days) Please add a note.
  21.  
  22. Any ban that breaks ROBLOX ToS and can be reported MUST be reported  (i.e swearing in chat).
  23. ]]
  24. end
  25.  
  26. print("spawned ruleboard")
  27. local part=Instance.new("Part",workspace)
  28. part.Material="SmoothPlastic"
  29. part.Anchored=true part.Size=Vector3.new(60,45,3)
  30. part.Color=Color3.new(1,1,1)
  31. part.Locked = true
  32. local scr=Instance.new("SurfaceGui",part)
  33. local txt=Instance.new("TextLabel",scr)
  34. txt.Text=text txt.BackgroundTransparency=1
  35. txt.TextScaled=true
  36. txt.TextColor3=Color3.new(1,1,1)
  37. txt.TextStrokeTransparency=.5 txt.TextWrapped=true
  38. txt.TextXAlignment="Left"txt.Size=UDim2.new(1,0,1,0)
  39. local Pos=owner.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-15)
  40. local hit,pos= workspace:FindPartOnRayWithIgnoreList(Ray.new(Pos.p,Vector3.new(0,1,0).unit*50),{Instance.new("Part")},false,false)
  41. part.CFrame=Pos*CFrame.new(0,-Pos.Y,0)+Vector3.new(0,pos.Y-25.5,0)
  42. part.CFrame=part.CFrame*CFrame.Angles(0,math.rad(180),0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement