Advertisement
Martinman117

RP Journal

Nov 26th, 2021
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 16.94 KB | None | 0 0
  1. -- Made by Firefacemask2#0712
  2. -- Version 1.0
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextBox = Instance.new("TextBox")
  9. local UICorner = Instance.new("UICorner")
  10. local Open = Instance.new("TextButton")
  11. local Close = Instance.new("TextButton")
  12.  
  13. --Properties:
  14.  
  15. ScreenGui.Parent = game.CoreGui
  16. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  17.  
  18. Frame.Parent = ScreenGui
  19. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  20. Frame.Position = UDim2.new(0.13978976, 0, 0.305263162, 0)
  21. Frame.Size = UDim2.new(0, 382, 0, 308)
  22. Frame.Visible = false
  23. Frame.Active = true
  24. Frame.Draggable = true
  25.  
  26. TextLabel.Parent = Frame
  27. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  28. TextLabel.BackgroundTransparency = 1.000
  29. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  30. TextLabel.Size = UDim2.new(0, 382, 0, 50)
  31. TextLabel.Font = Enum.Font.Kalam
  32. TextLabel.Text = "Journal"
  33. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  34. TextLabel.TextScaled = true
  35. TextLabel.TextSize = 14.000
  36. TextLabel.TextWrapped = true
  37.  
  38. TextBox.Parent = Frame
  39. TextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  40. TextBox.BackgroundTransparency = 1.000
  41. TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
  42. TextBox.Position = UDim2.new(0, 0, 0.162337661, 0)
  43. TextBox.Size = UDim2.new(0, 382, 0, 258)
  44. TextBox.Font = Enum.Font.SourceSans
  45. TextBox.PlaceholderText = "Put Journal stuff here"
  46. TextBox.Text = ""
  47. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  48. TextBox.TextSize = 14.000
  49. TextBox.TextWrapped = true
  50. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  51. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  52.  
  53. UICorner.CornerRadius = UDim.new(0.100000001, 0)
  54. UICorner.Parent = Frame
  55.  
  56. Open.Name = "Open"
  57. Open.Parent = ScreenGui
  58. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  59. Open.BorderColor3 = Color3.fromRGB(0, 0, 0)
  60. Open.Position = UDim2.new(0, 0, 0.467836261, 0)
  61. Open.Size = UDim2.new(0, 104, 0, 30)
  62. Open.Font = Enum.Font.Kalam
  63. Open.Text = "Open >"
  64. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  65. Open.TextScaled = true
  66. Open.TextSize = 14.000
  67. Open.TextWrapped = true
  68.  
  69. Close.Name = "Close"
  70. Close.Parent = ScreenGui
  71. Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  72. Close.BorderColor3 = Color3.fromRGB(0, 0, 0)
  73. Close.Position = UDim2.new(0, 0, 0.467836261, 0)
  74. Close.Size = UDim2.new(0, 104, 0, 30)
  75. Close.Visible = false
  76. Close.Font = Enum.Font.Kalam
  77. Close.Text = "Close <"
  78. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  79. Close.TextScaled = true
  80. Close.TextSize = 14.000
  81. Close.TextWrapped = true
  82.  
  83. -- Scripts:
  84.  
  85. local function STLBT_fake_script()
  86.     local script = Instance.new('LocalScript', Open)
  87.  
  88.     script.Parent.MouseButton1Down:Connect(function()
  89.         script.Parent.Parent.Open.Visible = false
  90.         script.Parent.Parent.Close.Visible = true
  91.         script.Parent.Parent.Frame.Visible = true
  92.         script.Parent.Parent.Frame.BackgroundTransparency = 1
  93.         wait()
  94.         script.Parent.Parent.Frame.BackgroundTransparency = 1
  95.         wait()
  96.         script.Parent.Parent.Frame.BackgroundTransparency = 0.99
  97.         wait()
  98.         script.Parent.Parent.Frame.BackgroundTransparency = 0.98
  99.         wait()
  100.         script.Parent.Parent.Frame.BackgroundTransparency = 0.97
  101.         wait()
  102.         script.Parent.Parent.Frame.BackgroundTransparency = 0.96
  103.         wait()
  104.         script.Parent.Parent.Frame.BackgroundTransparency = 0.95
  105.         wait()
  106.         script.Parent.Parent.Frame.BackgroundTransparency = 0.94
  107.         wait()
  108.         script.Parent.Parent.Frame.BackgroundTransparency = 0.93
  109.         wait()
  110.         script.Parent.Parent.Frame.BackgroundTransparency = 0.92
  111.         wait()
  112.         script.Parent.Parent.Frame.BackgroundTransparency = 0.91
  113.         wait()
  114.         script.Parent.Parent.Frame.BackgroundTransparency = 0.9
  115.         wait()
  116.         script.Parent.Parent.Frame.BackgroundTransparency = 0.89
  117.         wait()
  118.         script.Parent.Parent.Frame.BackgroundTransparency = 0.88
  119.         wait()
  120.         script.Parent.Parent.Frame.BackgroundTransparency = 0.87
  121.         wait()
  122.         script.Parent.Parent.Frame.BackgroundTransparency = 0.86
  123.         wait()
  124.         script.Parent.Parent.Frame.BackgroundTransparency = 0.85
  125.         wait()
  126.         script.Parent.Parent.Frame.BackgroundTransparency = 0.84
  127.         wait()
  128.         script.Parent.Parent.Frame.BackgroundTransparency = 0.83
  129.         wait()
  130.         script.Parent.Parent.Frame.BackgroundTransparency = 0.82
  131.         wait()
  132.         script.Parent.Parent.Frame.BackgroundTransparency = 0.81
  133.         wait()
  134.         script.Parent.Parent.Frame.BackgroundTransparency = 0.8
  135.         wait()
  136.         script.Parent.Parent.Frame.BackgroundTransparency = 0.79
  137.         wait()
  138.         script.Parent.Parent.Frame.BackgroundTransparency = 0.78
  139.         wait()
  140.         script.Parent.Parent.Frame.BackgroundTransparency = 0.77
  141.         wait()
  142.         script.Parent.Parent.Frame.BackgroundTransparency = 0.76
  143.         wait()
  144.         script.Parent.Parent.Frame.BackgroundTransparency = 0.75
  145.         wait()
  146.         script.Parent.Parent.Frame.BackgroundTransparency = 0.74
  147.         wait()
  148.         script.Parent.Parent.Frame.BackgroundTransparency = 0.73
  149.         wait()
  150.         script.Parent.Parent.Frame.BackgroundTransparency = 0.72
  151.         wait()
  152.         script.Parent.Parent.Frame.BackgroundTransparency = 0.71
  153.         wait()
  154.         script.Parent.Parent.Frame.BackgroundTransparency = 0.7
  155.         wait()
  156.         script.Parent.Parent.Frame.BackgroundTransparency = 0.69
  157.         wait()
  158.         script.Parent.Parent.Frame.BackgroundTransparency = 0.68
  159.         wait()
  160.         script.Parent.Parent.Frame.BackgroundTransparency = 0.67
  161.         wait()
  162.         script.Parent.Parent.Frame.BackgroundTransparency = 0.66
  163.         wait()
  164.         script.Parent.Parent.Frame.BackgroundTransparency = 0.65
  165.         wait()
  166.         script.Parent.Parent.Frame.BackgroundTransparency = 0.64
  167.         wait()
  168.         script.Parent.Parent.Frame.BackgroundTransparency = 0.63
  169.         wait()
  170.         script.Parent.Parent.Frame.BackgroundTransparency = 0.62
  171.         wait()
  172.         script.Parent.Parent.Frame.BackgroundTransparency = 0.61
  173.         wait()
  174.         script.Parent.Parent.Frame.BackgroundTransparency = 0.6
  175.         wait()
  176.         script.Parent.Parent.Frame.BackgroundTransparency = 0.59
  177.         wait()
  178.         script.Parent.Parent.Frame.BackgroundTransparency = 0.58
  179.         wait()
  180.         script.Parent.Parent.Frame.BackgroundTransparency = 0.57
  181.         wait()
  182.         script.Parent.Parent.Frame.BackgroundTransparency = 0.56
  183.         wait()
  184.         script.Parent.Parent.Frame.BackgroundTransparency = 0.55
  185.         wait()
  186.         script.Parent.Parent.Frame.BackgroundTransparency = 0.54
  187.         wait()
  188.         script.Parent.Parent.Frame.BackgroundTransparency = 0.53
  189.         wait()
  190.         script.Parent.Parent.Frame.BackgroundTransparency = 0.52
  191.         wait()
  192.         script.Parent.Parent.Frame.BackgroundTransparency = 0.51
  193.         wait()
  194.         script.Parent.Parent.Frame.BackgroundTransparency = 0.5
  195.         wait()
  196.         script.Parent.Parent.Frame.BackgroundTransparency = 0.49
  197.         wait()
  198.         script.Parent.Parent.Frame.BackgroundTransparency = 0.48
  199.         wait()
  200.         script.Parent.Parent.Frame.BackgroundTransparency = 0.47
  201.         wait()
  202.         script.Parent.Parent.Frame.BackgroundTransparency = 0.46
  203.         wait()
  204.         script.Parent.Parent.Frame.BackgroundTransparency = 0.45
  205.         wait()
  206.         script.Parent.Parent.Frame.BackgroundTransparency = 0.44
  207.         wait()
  208.         script.Parent.Parent.Frame.BackgroundTransparency = 0.43
  209.         wait()
  210.         script.Parent.Parent.Frame.BackgroundTransparency = 0.42
  211.         wait()
  212.         script.Parent.Parent.Frame.BackgroundTransparency = 0.41
  213.         wait()
  214.         script.Parent.Parent.Frame.BackgroundTransparency = 0.4
  215.         wait()
  216.         script.Parent.Parent.Frame.BackgroundTransparency = 0.39
  217.         wait()
  218.         script.Parent.Parent.Frame.BackgroundTransparency = 0.38
  219.         wait()
  220.         script.Parent.Parent.Frame.BackgroundTransparency = 0.37
  221.         wait()
  222.         script.Parent.Parent.Frame.BackgroundTransparency = 0.36
  223.         wait()
  224.         script.Parent.Parent.Frame.BackgroundTransparency = 0.35
  225.         wait()
  226.         script.Parent.Parent.Frame.BackgroundTransparency = 0.34
  227.         wait()
  228.         script.Parent.Parent.Frame.BackgroundTransparency = 0.33
  229.         wait()
  230.         script.Parent.Parent.Frame.BackgroundTransparency = 0.32
  231.         wait()
  232.         script.Parent.Parent.Frame.BackgroundTransparency = 0.31
  233.         wait()
  234.         script.Parent.Parent.Frame.BackgroundTransparency = 0.3
  235.         wait()
  236.         script.Parent.Parent.Frame.BackgroundTransparency = 0.29
  237.         wait()
  238.         script.Parent.Parent.Frame.BackgroundTransparency = 0.28
  239.         wait()
  240.         script.Parent.Parent.Frame.BackgroundTransparency = 0.27
  241.         wait()
  242.         script.Parent.Parent.Frame.BackgroundTransparency = 0.26
  243.         wait()
  244.         script.Parent.Parent.Frame.BackgroundTransparency = 0.25
  245.         wait()
  246.         script.Parent.Parent.Frame.BackgroundTransparency = 0.24
  247.         wait()
  248.         script.Parent.Parent.Frame.BackgroundTransparency = 0.23
  249.         wait()
  250.         script.Parent.Parent.Frame.BackgroundTransparency = 0.22
  251.         wait()
  252.         script.Parent.Parent.Frame.BackgroundTransparency = 0.21
  253.         wait()
  254.         script.Parent.Parent.Frame.BackgroundTransparency = 0.2
  255.         wait()
  256.         script.Parent.Parent.Frame.BackgroundTransparency = 0.19
  257.         wait()
  258.         script.Parent.Parent.Frame.BackgroundTransparency = 0.18
  259.         wait()
  260.         script.Parent.Parent.Frame.BackgroundTransparency = 0.17
  261.         wait()
  262.         script.Parent.Parent.Frame.BackgroundTransparency = 0.16
  263.         wait()
  264.         script.Parent.Parent.Frame.BackgroundTransparency = 0.15
  265.         wait()
  266.         script.Parent.Parent.Frame.BackgroundTransparency = 0.14
  267.         wait()
  268.         script.Parent.Parent.Frame.BackgroundTransparency = 0.13
  269.         wait()
  270.         script.Parent.Parent.Frame.BackgroundTransparency = 0.12
  271.         wait()
  272.         script.Parent.Parent.Frame.BackgroundTransparency = 0.11
  273.         wait()
  274.         script.Parent.Parent.Frame.BackgroundTransparency = 0.1
  275.         wait()
  276.         script.Parent.Parent.Frame.BackgroundTransparency = 0.09
  277.         wait()
  278.         script.Parent.Parent.Frame.BackgroundTransparency = 0.08
  279.         wait()
  280.         script.Parent.Parent.Frame.BackgroundTransparency = 0.07
  281.         wait()
  282.         script.Parent.Parent.Frame.BackgroundTransparency = 0.06
  283.         wait()
  284.         script.Parent.Parent.Frame.BackgroundTransparency = 0.05
  285.         wait()
  286.         script.Parent.Parent.Frame.BackgroundTransparency = 0.04
  287.         wait()
  288.         script.Parent.Parent.Frame.BackgroundTransparency = 0.03
  289.         wait()
  290.         script.Parent.Parent.Frame.BackgroundTransparency = 0.02
  291.         wait()
  292.         script.Parent.Parent.Frame.BackgroundTransparency = 0.01
  293.         wait()
  294.         script.Parent.Parent.Frame.BackgroundTransparency = 0
  295.         wait()
  296.         script.Parent.Parent.Frame.Visible = true
  297.     end)
  298. end
  299. coroutine.wrap(STLBT_fake_script)()
  300. local function QPLGAHY_fake_script()
  301.     local script = Instance.new('LocalScript', Close)
  302.  
  303.     script.Parent.MouseButton1Down:Connect(function()
  304.         script.Parent.Parent.Close.Visible = false
  305.         script.Parent.Parent.Open.Visible = true
  306.         script.Parent.Parent.Frame.Visible = true
  307.         script.Parent.Parent.Frame.BackgroundTransparency = 0
  308.         wait()
  309.         script.Parent.Parent.Frame.BackgroundTransparency = 0.05
  310.         wait()
  311.         script.Parent.Parent.Frame.BackgroundTransparency = 0.06
  312.         wait()
  313.         script.Parent.Parent.Frame.BackgroundTransparency = 0.07
  314.         wait()
  315.         script.Parent.Parent.Frame.BackgroundTransparency = 0.08
  316.         wait()
  317.         script.Parent.Parent.Frame.BackgroundTransparency = 0.09
  318.         wait()
  319.         script.Parent.Parent.Frame.BackgroundTransparency = 0.1
  320.         wait()
  321.         script.Parent.Parent.Frame.BackgroundTransparency = 0.11
  322.         wait()
  323.         script.Parent.Parent.Frame.BackgroundTransparency = 0.12
  324.         wait()
  325.         script.Parent.Parent.Frame.BackgroundTransparency = 0.13
  326.         wait()
  327.         script.Parent.Parent.Frame.BackgroundTransparency = 0.14
  328.         wait()
  329.         script.Parent.Parent.Frame.BackgroundTransparency = 0.15
  330.         wait()
  331.         script.Parent.Parent.Frame.BackgroundTransparency = 0.16
  332.         wait()
  333.         script.Parent.Parent.Frame.BackgroundTransparency = 0.17
  334.         wait()
  335.         script.Parent.Parent.Frame.BackgroundTransparency = 0.18
  336.         wait()
  337.         script.Parent.Parent.Frame.BackgroundTransparency = 0.19
  338.         wait()
  339.         script.Parent.Parent.Frame.BackgroundTransparency = 0.2
  340.         wait()
  341.         script.Parent.Parent.Frame.BackgroundTransparency = 0.21
  342.         wait()
  343.         script.Parent.Parent.Frame.BackgroundTransparency = 0.22
  344.         wait()
  345.         script.Parent.Parent.Frame.BackgroundTransparency = 0.23
  346.         wait()
  347.         script.Parent.Parent.Frame.BackgroundTransparency = 0.24
  348.         wait()
  349.         script.Parent.Parent.Frame.BackgroundTransparency = 0.25
  350.         wait()
  351.         script.Parent.Parent.Frame.BackgroundTransparency = 0.26
  352.         wait()
  353.         script.Parent.Parent.Frame.BackgroundTransparency = 0.27
  354.         wait()
  355.         script.Parent.Parent.Frame.BackgroundTransparency = 0.28
  356.         wait()
  357.         script.Parent.Parent.Frame.BackgroundTransparency = 0.29
  358.         wait()
  359.         script.Parent.Parent.Frame.BackgroundTransparency = 0.3
  360.         wait()
  361.         script.Parent.Parent.Frame.BackgroundTransparency = 0.31
  362.         wait()
  363.         script.Parent.Parent.Frame.BackgroundTransparency = 0.32
  364.         wait()
  365.         script.Parent.Parent.Frame.BackgroundTransparency = 0.33
  366.         wait()
  367.         script.Parent.Parent.Frame.BackgroundTransparency = 0.34
  368.         wait()
  369.         script.Parent.Parent.Frame.BackgroundTransparency = 0.35
  370.         wait()
  371.         script.Parent.Parent.Frame.BackgroundTransparency = 0.36
  372.         wait()
  373.         script.Parent.Parent.Frame.BackgroundTransparency = 0.37
  374.         wait()
  375.         script.Parent.Parent.Frame.BackgroundTransparency = 0.38
  376.         wait()
  377.         script.Parent.Parent.Frame.BackgroundTransparency = 0.39
  378.         wait()
  379.         script.Parent.Parent.Frame.BackgroundTransparency = 0.4
  380.         wait()
  381.         script.Parent.Parent.Frame.BackgroundTransparency = 0.41
  382.         wait()
  383.         script.Parent.Parent.Frame.BackgroundTransparency = 0.42
  384.         wait()
  385.         script.Parent.Parent.Frame.BackgroundTransparency = 0.43
  386.         wait()
  387.         script.Parent.Parent.Frame.BackgroundTransparency = 0.44
  388.         wait()
  389.         script.Parent.Parent.Frame.BackgroundTransparency = 0.45
  390.         wait()
  391.         script.Parent.Parent.Frame.BackgroundTransparency = 0.46
  392.         wait()
  393.         script.Parent.Parent.Frame.BackgroundTransparency = 0.47
  394.         wait()
  395.         script.Parent.Parent.Frame.BackgroundTransparency = 0.48
  396.         wait()
  397.         script.Parent.Parent.Frame.BackgroundTransparency = 0.49
  398.         wait()
  399.         script.Parent.Parent.Frame.BackgroundTransparency = 0.5
  400.         wait()
  401.         script.Parent.Parent.Frame.BackgroundTransparency = 0.51
  402.         wait()
  403.         script.Parent.Parent.Frame.BackgroundTransparency = 0.52
  404.         wait()
  405.         script.Parent.Parent.Frame.BackgroundTransparency = 0.53
  406.         wait()
  407.         script.Parent.Parent.Frame.BackgroundTransparency = 0.54
  408.         wait()
  409.         script.Parent.Parent.Frame.BackgroundTransparency = 0.55
  410.         wait()
  411.         script.Parent.Parent.Frame.BackgroundTransparency = 0.56
  412.         wait()
  413.         script.Parent.Parent.Frame.BackgroundTransparency = 0.57
  414.         wait()
  415.         script.Parent.Parent.Frame.BackgroundTransparency = 0.58
  416.         wait()
  417.         script.Parent.Parent.Frame.BackgroundTransparency = 0.59
  418.         wait()
  419.         script.Parent.Parent.Frame.BackgroundTransparency = 0.6
  420.         wait()
  421.         script.Parent.Parent.Frame.BackgroundTransparency = 0.61
  422.         wait()
  423.         script.Parent.Parent.Frame.BackgroundTransparency = 0.62
  424.         wait()
  425.         script.Parent.Parent.Frame.BackgroundTransparency = 0.63
  426.         wait()
  427.         script.Parent.Parent.Frame.BackgroundTransparency = 0.64
  428.         wait()
  429.         script.Parent.Parent.Frame.BackgroundTransparency = 0.65
  430.         wait()
  431.         script.Parent.Parent.Frame.BackgroundTransparency = 0.66
  432.         wait()
  433.         script.Parent.Parent.Frame.BackgroundTransparency = 0.67
  434.         wait()
  435.         script.Parent.Parent.Frame.BackgroundTransparency = 0.68
  436.         wait()
  437.         script.Parent.Parent.Frame.BackgroundTransparency = 0.69
  438.         wait()
  439.         script.Parent.Parent.Frame.BackgroundTransparency = 0.7
  440.         wait()
  441.         script.Parent.Parent.Frame.BackgroundTransparency = 0.71
  442.         wait()
  443.         script.Parent.Parent.Frame.BackgroundTransparency = 0.72
  444.         wait()
  445.         script.Parent.Parent.Frame.BackgroundTransparency = 0.73
  446.         wait()
  447.         script.Parent.Parent.Frame.BackgroundTransparency = 0.74
  448.         wait()
  449.         script.Parent.Parent.Frame.BackgroundTransparency = 0.75
  450.         wait()
  451.         script.Parent.Parent.Frame.BackgroundTransparency = 0.76
  452.         wait()
  453.         script.Parent.Parent.Frame.BackgroundTransparency = 0.77
  454.         wait()
  455.         script.Parent.Parent.Frame.BackgroundTransparency = 0.78
  456.         wait()
  457.         script.Parent.Parent.Frame.BackgroundTransparency = 0.79
  458.         wait()
  459.         script.Parent.Parent.Frame.BackgroundTransparency = 0.8
  460.         wait()
  461.         script.Parent.Parent.Frame.BackgroundTransparency = 0.81
  462.         wait()
  463.         script.Parent.Parent.Frame.BackgroundTransparency = 0.81
  464.         wait()
  465.         script.Parent.Parent.Frame.BackgroundTransparency = 0.82
  466.         wait()
  467.         script.Parent.Parent.Frame.BackgroundTransparency = 0.83
  468.         wait()
  469.         script.Parent.Parent.Frame.BackgroundTransparency = 0.84
  470.         wait()
  471.         script.Parent.Parent.Frame.BackgroundTransparency = 0.85
  472.         wait()
  473.         script.Parent.Parent.Frame.BackgroundTransparency = 0.86
  474.         wait()
  475.         script.Parent.Parent.Frame.BackgroundTransparency = 0.87
  476.         wait()
  477.         script.Parent.Parent.Frame.BackgroundTransparency = 0.88
  478.         wait()
  479.         script.Parent.Parent.Frame.BackgroundTransparency = 0.89
  480.         wait()
  481.         script.Parent.Parent.Frame.BackgroundTransparency = 0.9
  482.         wait()
  483.         script.Parent.Parent.Frame.BackgroundTransparency = 0.91
  484.         wait()
  485.         script.Parent.Parent.Frame.BackgroundTransparency = 0.92
  486.         wait()
  487.         script.Parent.Parent.Frame.BackgroundTransparency = 0.93
  488.         wait()
  489.         script.Parent.Parent.Frame.BackgroundTransparency = 0.94
  490.         wait()
  491.         script.Parent.Parent.Frame.BackgroundTransparency = 0.95
  492.         wait()
  493.         script.Parent.Parent.Frame.BackgroundTransparency = 0.96
  494.         wait()
  495.         script.Parent.Parent.Frame.BackgroundTransparency = 0.97
  496.         wait()
  497.         script.Parent.Parent.Frame.BackgroundTransparency = 0.98
  498.         wait()
  499.         script.Parent.Parent.Frame.BackgroundTransparency = 0.99
  500.         wait()
  501.         script.Parent.Parent.Frame.BackgroundTransparency = 1
  502.         wait()
  503.         script.Parent.Parent.Frame.Visible = false
  504.     end)
  505. end
  506. coroutine.wrap(QPLGAHY_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement