Advertisement
Guest User

Choulee's Asylum thingy

a guest
Sep 21st, 2019
3,567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. local Chou = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local TextLabel_2 = Instance.new("TextLabel")
  5. local Button1 = Instance.new("TextButton")
  6. local Button2 = Instance.new("TextButton")
  7.  
  8. Chou.Name = "Chou"
  9. Chou.Parent = game.CoreGui
  10.  
  11. Frame.Parent = Chou
  12. Frame.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  13. Frame.BackgroundTransparency = 0.25
  14. Frame.Position = UDim2.new(0.934676409, 0, 0.288438618, 0)
  15. Frame.Size = UDim2.new(0, 100, 0, 175)
  16.  
  17. TextLabel.Parent = Frame
  18. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  19. TextLabel.BackgroundTransparency = 1
  20. TextLabel.Position = UDim2.new(0, 0, -0.00481515052, 0)
  21. TextLabel.Size = UDim2.new(0, 99, 0, 50)
  22. TextLabel.Font = Enum.Font.SourceSans
  23. TextLabel.Text = "Choulee's Asylum Roleplay Gamepass Thingy"
  24. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  25. TextLabel.TextScaled = true
  26. TextLabel.TextSize = 14
  27. TextLabel.TextWrapped = true
  28.  
  29. TextLabel_2.Parent = Frame
  30. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  31. TextLabel_2.BackgroundTransparency = 1
  32. TextLabel_2.Position = UDim2.new(0, 0, 0.280899137, 0)
  33. TextLabel_2.Size = UDim2.new(0, 99, 0, 52)
  34. TextLabel_2.Font = Enum.Font.SourceSans
  35. TextLabel_2.Text = "READ POST FOR INSTRUCTIONS"
  36. TextLabel_2.TextColor3 = Color3.new(1, 0, 0)
  37. TextLabel_2.TextScaled = true
  38. TextLabel_2.TextSize = 14
  39. TextLabel_2.TextStrokeTransparency = 0
  40. TextLabel_2.TextWrapped = true
  41.  
  42. Button1.Name = "Button1"
  43. Button1.Parent = Frame
  44. Button1.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  45. Button1.BackgroundTransparency = 0.10000000149012
  46. Button1.Position = UDim2.new(0.00467641093, 0, 0.574721873, 0)
  47. Button1.Size = UDim2.new(0, 99, 0, 25)
  48. Button1.Font = Enum.Font.SourceSans
  49. Button1.Text = "Click First"
  50. Button1.TextColor3 = Color3.new(1, 0, 0)
  51. Button1.TextScaled = true
  52. Button1.TextSize = 14
  53. Button1.TextStrokeTransparency = 0
  54. Button1.TextWrapped = true
  55.  
  56. Button2.Name = "Button2"
  57. Button2.Parent = Frame
  58. Button2.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  59. Button2.BackgroundTransparency = 0.10000000149012
  60. Button2.Position = UDim2.new(0.00467647053, 0, 0.752389133, 0)
  61. Button2.Size = UDim2.new(0, 99, 0, 25)
  62. Button2.Font = Enum.Font.SourceSans
  63. Button2.Text = "Click Last"
  64. Button2.TextColor3 = Color3.new(1, 0, 0)
  65. Button2.TextScaled = true
  66. Button2.TextSize = 14
  67. Button2.TextStrokeTransparency = 0
  68. Button2.TextWrapped = true
  69.  
  70. Frame.Active = true
  71. Frame.Draggable = true
  72.  
  73. Button1.MouseButton1Click:Connect(function()
  74. game.Players.LocalPlayer.UserId = "1251560311"
  75. end)
  76.  
  77. Button2.MouseButton1Click:Connect(function()
  78. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-40.279, 8.413, 430.415)
  79. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement