Advertisement
RyanDaCoder

RIP Jocelyn Flores (ROBLOX GUI W/ INFO OF SUICIDE) (VOID SB)

Oct 26th, 2017
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. -- Objects
  2.  
  3. local JocelynFlores = Instance.new("ScreenGui")
  4. local RIP = Instance.new("TextLabel")
  5. local mp = Instance.new("TextButton")
  6. local lua = Instance.new("TextButton")
  7. local MemP = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local LuaP = Instance.new("Frame")
  10. local scriptField = Instance.new("TextBox")
  11. local exeBtn = Instance.new("TextButton")
  12.  
  13. -- Properties
  14.  
  15. JocelynFlores.Name = "JocelynFlores"
  16. JocelynFlores.Parent = game.Players.LocalPlayer.PlayerGui
  17.  
  18. RIP.Name = "RIP"
  19. RIP.Parent = JocelynFlores
  20. RIP.Active = true
  21. RIP.BackgroundColor3 = Color3.new(0, 1, 1)
  22. RIP.BorderSizePixel = 0
  23. RIP.Draggable = true
  24. RIP.Position = UDim2.new(0, 274, 0, 145)
  25. RIP.Size = UDim2.new(0, 523, 0, 41)
  26. RIP.Font = Enum.Font.SourceSans
  27. RIP.FontSize = Enum.FontSize.Size14
  28. RIP.Text = "R.I.P Jocelyn Flores"
  29. RIP.TextColor3 = Color3.new(1, 0, 0.74902)
  30. RIP.TextScaled = true
  31. RIP.TextSize = 14
  32. RIP.TextWrapped = true
  33. RIP.TextXAlignment = Enum.TextXAlignment.Left
  34.  
  35. mp.Name = "mp"
  36. mp.Parent = RIP
  37. mp.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  38. mp.BorderSizePixel = 0
  39. mp.Position = UDim2.new(0, 0, 0, 41)
  40. mp.Size = UDim2.new(0, 281, 0, 50)
  41. mp.Font = Enum.Font.SourceSans
  42. mp.FontSize = Enum.FontSize.Size14
  43. mp.Text = "Memorial Page ✅"
  44. mp.TextColor3 = Color3.new(0, 1, 1)
  45. mp.TextScaled = true
  46. mp.TextSize = 14
  47. mp.TextWrapped = true
  48.  
  49. lua.Name = "lua"
  50. lua.Parent = RIP
  51. lua.BackgroundColor3 = Color3.new(0, 1, 0)
  52. lua.BorderSizePixel = 0
  53. lua.Position = UDim2.new(0, 278, 0, 41)
  54. lua.Size = UDim2.new(0, 245, 0, 50)
  55. lua.Font = Enum.Font.SourceSans
  56. lua.FontSize = Enum.FontSize.Size14
  57. lua.Text = "LUA Page"
  58. lua.TextColor3 = Color3.new(1, 1, 1)
  59. lua.TextScaled = true
  60. lua.TextSize = 14
  61. lua.TextWrapped = true
  62.  
  63. MemP.Name = "MemP"
  64. MemP.Parent = RIP
  65. MemP.BackgroundColor3 = Color3.new(0, 0, 0)
  66. MemP.BorderSizePixel = 0
  67. MemP.Position = UDim2.new(0, 0, 0, 89)
  68. MemP.Size = UDim2.new(0, 523, 0, 278)
  69.  
  70. TextLabel.Parent = MemP
  71. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  72. TextLabel.BackgroundTransparency = 1
  73. TextLabel.Position = UDim2.new(0, 20, 0, 17)
  74. TextLabel.Size = UDim2.new(0, 486, 0, 245)
  75. TextLabel.Font = Enum.Font.SourceSans
  76. TextLabel.FontSize = Enum.FontSize.Size14
  77. TextLabel.Text = "Back in May, XXXTENTACION released the song “Revenge” and dedicated it to a woman named Jocelyn Flores. She was a friend and fan of X who tragically committed suicide in a hotel room while visiting him in Florida earlier this year. Although he didn’t directly mention her suicide on the track, he addressed the incident in the song’s SoundCloud description. “Rest in peace, Jocelyn,” he wrote. “I will have my revenge upon the world.”\n\nX recently dropped his new album 17, and it features a song titled “Jocelyn Flores” where the Florida rapper directly addresses his struggles with her death.\n\nOn the first verse, he recalls finding out about Flores' suicide:\n________________________________________\nPicture this, in bed, get a phone call\nGirl that you fucked with killed herself\nThat was this summer and nobody helped\nAnd ever since then, man, I hate myself\nWanna fuckin' end it, pessimistic\n----------------------------------------"
  78. TextLabel.TextColor3 = Color3.new(0, 1, 1)
  79. TextLabel.TextScaled = true
  80. TextLabel.TextSize = 14
  81. TextLabel.TextWrapped = true
  82. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  83. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  84.  
  85. LuaP.Name = "LuaP"
  86. LuaP.Parent = RIP
  87. LuaP.BackgroundColor3 = Color3.new(0, 0, 0)
  88. LuaP.BorderSizePixel = 0
  89. LuaP.Position = UDim2.new(0, 0, 0, 89)
  90. LuaP.Size = UDim2.new(0, 523, 0, 278)
  91. LuaP.Visible = false
  92.  
  93. scriptField.Name = "scriptField"
  94. scriptField.Parent = LuaP
  95. scriptField.BackgroundColor3 = Color3.new(0, 1, 0)
  96. scriptField.Position = UDim2.new(0, 42, 0, 155)
  97. scriptField.Size = UDim2.new(0, 440, 0, 54)
  98. scriptField.Font = Enum.Font.SourceSans
  99. scriptField.FontSize = Enum.FontSize.Size14
  100. scriptField.Text = "LUA HERE"
  101. scriptField.TextColor3 = Color3.new(1, 0, 0)
  102. scriptField.TextScaled = true
  103. scriptField.TextSize = 14
  104. scriptField.TextWrapped = true
  105.  
  106. exeBtn.Name = "exeBtn"
  107. exeBtn.Parent = LuaP
  108. exeBtn.BackgroundColor3 = Color3.new(0, 1, 0)
  109. exeBtn.Position = UDim2.new(0, 98, 0, 27)
  110. exeBtn.Size = UDim2.new(0, 328, 0, 47)
  111. exeBtn.Font = Enum.Font.SourceSans
  112. exeBtn.FontSize = Enum.FontSize.Size14
  113. exeBtn.Text = "Execute Script"
  114. exeBtn.TextColor3 = Color3.new(1, 0, 0)
  115. exeBtn.TextScaled = true
  116. exeBtn.TextSize = 14
  117. exeBtn.TextWrapped = true
  118.  
  119. mp.MouseButton1Click:connect(function()
  120. local prefix = " ✅"
  121.  
  122. lua.Text = "LUA Page"
  123. mp.Text = "Memorial Page" .. prefix
  124. LuaP.Visible = false
  125. MemP.Visible = true
  126. end)
  127.  
  128. lua.MouseButton1Click:connect(function()
  129. local prefixa = " ✅"
  130.  
  131. lua.Text = "LUA Page" .. prefixa
  132. mp.Text = "Memorial Page"
  133. LuaP.Visible = true
  134. MemP.Visible = false
  135. end)
  136.  
  137. exeBtn.MouseButton1Click:connect(function()
  138. local cscript = Instance.new("LocalScript")
  139. cscript.Name = "Executed Script " .. math.random()
  140. cscript.Source = scriptField.Text
  141. cscript.Parent = game
  142. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement