1. local a = game:GetService("Debris")
  2. local b = game:GetService("TweenService")
  3. local c = Instance.new("BillboardGui")
  4. c.AlwaysOnTop = true
  5. c.Size = UDim2.new(0,40,0,40)
  6. local d = Instance.new("ImageLabel")
  7. d.BackgroundTransparency = 1
  8. d.Size = UDim2.new(1,0,1,0)
  9. d.Image = ""d.Parent = c
  10. local e = Instance.new("ScreenGui")
  11. local f = Instance.new("Frame")
  12. f.AnchorPoint = Vector2.new(0.5,0.5)
  13. f.BackgroundTransparency = 1
  14. f.Position = UDim2.new(0.5,0,0.254,0)
  15. f.Size = UDim2.new(0.43,0,0.1,0)
  16. local g = Instance.new("UIListLayout")
  17. g.Parent = f
  18. local h = Instance.new("TextLabel")
  19. h.Size = UDim2.new(1,0,0.276,0)
  20. h.BackgroundTransparency = 1
  21. h.Font=Enum.Font.Oswald
  22. h.TextScaled=true
  23. h.TextStrokeTransparency=0.3
  24. local i=Instance.new("TextLabel")
  25. i.Text="Item Notifier Loaded!"
  26. i.AnchorPoint=Vector2.new(0.5,0.5)
  27. i.TextColor3=Color3.fromRGB(212,210,190)
  28. i.TextStrokeColor3=Color3.fromRGB(85,84,76)
  29. i.Size=UDim2.new(0.4,0,0.04,0)
  30. i.Position=UDim2.new(0.5,0,0.04,0)
  31. i.BackgroundTransparency=1
  32. i.Font=Enum.Font.Oswald
  33. i.TextScaled=true
  34. i.TextStrokeTransparency=0.3
  35. i.Parent=e
  36. local j=Instance.new("Sound")
  37. j.SoundId="rbxassetid://6205717931"
  38. j.Volume=1.3
  39. j.Parent=e
  40. f.Parent=e
  41. e.Parent=game.Players.LocalPlayer.PlayerGui
  42. local k=Instance.new("IntValue")
  43. k.Parent=e
  44. k.Changed:Connect(function()
  45. i.Text="Approx. time left: "..tostring(k.Value).." Seconds"
  46. end)
  47. game.Players.LocalPlayer.Character.Humanoid.Died:Connect(function()
  48. e:Destroy()
  49. end)
  50. local l=7
  51. local function m(n,o)
  52. if n =="None"then
  53. local p=h:Clone()
  54. p.Text="Unidentified ("..o.Name..") Item has Spawned!"
  55. p.TextColor3=Color3.fromRGB(112,212,255)
  56. p.TextStrokeColor3=Color3.fromRGB(37,70,85)
  57. p.Parent=f
  58. local q=c:Clone()
  59. q.ImageLabel.Image="rbxassetid://172617011"
  60. q.Parent=o
  61. a:AddItem(p,l)
  62. end
  63. if n =="Requiem Arrow" then
  64. local p=h:Clone()
  65. p.Text="Requiem Arrow has Spawned!"
  66. p.TextColor3=Color3.fromRGB(213,161,5)
  67. p.TextStrokeColor3=Color3.fromRGB(121,91,2)
  68. p.Parent=f
  69. local q=c:Clone()
  70. q.ImageLabel.Image="rbxassetid://8294562816"
  71. q.Parent=o
  72. a:AddItem(p,l)
  73. end
  74. if n =="Pluck" then
  75. local p=h:Clone()
  76. p.Text="Pluck has Spawned!"
  77. p.TextColor3=Color3.fromRGB(194,171,103)
  78. p.TextStrokeColor3=Color3.fromRGB(86,75,45)
  79. p.Parent=f
  80. local q=c:Clone()
  81. q.ImageLabel.Image="rbxassetid://10123421106"
  82. q.Parent=o
  83. a:AddItem(p,l)
  84. end
  85. if n =="Steel Ball" then
  86. local p=h:Clone()
  87. p.Text="Steel Ball has Spawned!"
  88. p.TextColor3=Color3.fromRGB(25,194,0)
  89. p.TextStrokeColor3=Color3.fromRGB(9,68,0)
  90. p.Parent=f
  91. local q=c:Clone()q.ImageLabel.Image="rbxassetid://10907159904"
  92. q.Parent=o
  93. a:AddItem(p,l)
  94. end
  95. if n =="Arrow"then
  96. local p=h:Clone()
  97. p.Text="Arrow has Spawned!"
  98. p.TextColor3=Color3.fromRGB(213,213,0)
  99. p.TextStrokeColor3=Color3.fromRGB(144,144,0)
  100. p.Parent=f
  101. local q=c:Clone()
  102. q.ImageLabel.Image="rbxassetid://6558648587"
  103. q.Parent=o
  104. a:AddItem(p,l)
  105. end
  106. if n =="Stone Mask"then
  107. local p=h:Clone()
  108. p.Text="Stone Mask has Spawned!"
  109. p.TextColor3=Color3.fromRGB(108,108,108)
  110. p.TextStrokeColor3=Color3.fromRGB(40,40,40)
  111. p.Parent=f
  112. local q=c:Clone()
  113. q.ImageLabel.Image="rbxassetid://10907324174"
  114. q.Parent=o
  115. a:AddItem(p,l)end
  116. if n =="Heart of the Saint's Corpse" then
  117. local p=h:Clone()
  118. p.Text="Heart has Spawned!"
  119. p.TextColor3=Color3.fromRGB(255,34,34)
  120. p.TextStrokeColor3=Color3.fromRGB(99,13,13)
  121. p.Parent=f
  122. local q=c:Clone()
  123. q.ImageLabel.Image="rbxassetid://8941506186"
  124. q.Parent=o
  125. a:AddItem(p,l)end
  126. if n =="Skull of the Saint's Corpse"then
  127. local p=h:Clone()
  128. p.Text="Skull has Spawned!"
  129. p.TextColor3=Color3.fromRGB(255,191,139)
  130. p.TextStrokeColor3=Color3.fromRGB(122,90,66)
  131. p.Parent=f
  132. local q=c:Clone()
  133. q.ImageLabel.Image="rbxassetid://9583486345"
  134. q.Parent=o
  135. a:AddItem(p,l)
  136. end
  137. if n =="Left Eye of the Saint's Corpse"
  138. then
  139. local p=h:Clone()
  140. p.Text="Left Eye has Spawned!"
  141. p.TextColor3=Color3.fromRGB(255,191,139)
  142. p.TextStrokeColor3=Color3.fromRGB(122,90,66)
  143. p.Parent=f
  144. local q=c:Clone()
  145. q.ImageLabel.Image="rbxassetid://8942361465"
  146. q.Parent=o
  147. a:AddItem(p,l)
  148. end
  149. if n =="Right Eye of the Saint's Corpse"then
  150. local p=h:Clone()
  151. p.Text="Right Eye has Spawned!"
  152. p.TextColor3=Color3.fromRGB(255,191,139)
  153. p.TextStrokeColor3=Color3.fromRGB(122,90,66)
  154. p.Parent=f
  155. local q=c:Clone()
  156. q.ImageLabel.Image="rbxassetid://8942361465"
  157. q.Parent=o
  158. a:AddItem(p,l)
  159. end
  160. if n =="Left Arm of the Saint's Corpse" then
  161. local p=h:Clone()p.Text="Left Arm has Spawned!"
  162. p.TextColor3=Color3.fromRGB(255,191,139)
  163. p.TextStrokeColor3=Color3.fromRGB(122,90,66)
  164. p.Parent=f
  165. local q=c:Clone()
  166. q.ImageLabel.Image="rbxassetid://10907171652"
  167. q.Parent=o
  168. a:AddItem(p,l)
  169. end
  170. if n =="Right Arm of the Saint's Corpse"then
  171. local p=h:Clone()
  172. p.Text="Right Arm has Spawned!"
  173. p.TextColor3=Color3.fromRGB(255,191,139)
  174. p.TextStrokeColor3=Color3.fromRGB(122,90,66)
  175. p.Parent=f
  176. local q=c:Clone()
  177. q.ImageLabel.Image="rbxassetid://10907171652"
  178. q.Parent=o
  179. a:AddItem(p,l)
  180. end
  181. if n =="Ribcage of the Saint's Corpse"then
  182. local p=h:Clone()
  183. p.Text="Left Leg has Spawned!"
  184. p.TextColor3=Color3.fromRGB(255,191,139)
  185. p.TextStrokeColor3=Color3.fromRGB(122,90,66)
  186. p.Parent=f
  187. local q=c:Clone()
  188. q.ImageLabel.Image="rbxassetid://10907182433"
  189. q.Parent=o
  190. a:AddItem(p,l)end
  191. if n =="Left Leg of the Saint's Corpse"then
  192. local p=h:Clone()
  193. p.Text="Left Leg has Spawned!"
  194. p.TextColor3=Color3.fromRGB(255,191,139)
  195. p.TextStrokeColor3=Color3.fromRGB(122,90,66)
  196. p.Parent=f
  197. local q=c:Clone()
  198. q.ImageLabel.Image="rbxassetid://10907205171"
  199. q.Parent=o
  200. a:AddItem(p,l)end
  201. if n =="Right Leg of the Saint's Corpse"then
  202. local p=h:Clone()
  203. p.Text="Left Leg has Spawned!"
  204. p.TextColor3=Color3.fromRGB(255,191,139)
  205. p.TextStrokeColor3=Color3.fromRGB(122,90,66)
  206. p.Parent=f
  207. local q=c:Clone()
  208. q.ImageLabel.Image="rbxassetid://10907205171"
  209. q.Parent=o
  210. a:AddItem(p,l)
  211. end
  212. end
  213. workspace.Map.Items.SpawnedItems.ChildAdded:Connect(function(r)
  214. if r.Name =="Cash"then return end
  215. if r.Name =="Coin"then return end
  216. j:Play()
  217. k.Value=240
  218. local p=b:Create(k,TweenInfo.new(240,Enum.EasingStyle.Linear,Enum.EasingDirection.InOut),{Value=0})
  219. p.Completed:Connect(function()
  220. i.Text="Items spawned in!"
  221. end)
  222. p:Play()
  223. if r.Name =="Requiem Arrow"then
  224. m("Requiem Arrow",r)
  225. return
  226. end
  227. if r.Name =="Steel Ball"then
  228. m("Steel Ball",r)return
  229. end
  230. if r.Name =="Arrow"then
  231. m("Arrow",r)return
  232. end
  233. if r.Name =="Stone Mask"then
  234. m("Stone Mask",r)
  235. return
  236. end
  237. if r.Name =="Heart of the Saint's Corpse"then
  238. m("Heart of the Saint's Corpse",r)
  239. return
  240. end
  241. if r.Name =="Skull of the Saint's Corpse" then
  242. m("Skull of the Saint's Corpse",r)
  243. return
  244. end
  245. if r.Name =="Left Eye of the Saint's Corpse"then
  246. m("Left Eye of the Saint's Corpse",r)
  247. return
  248. end
  249. if r.Name =="Right Eye of the Saint's Corpse"then
  250. m("Right Eye of the Saint's Corpse",r)
  251. return
  252. end
  253. if r.Name =="Ribcage of the Saint's Corpse"then
  254. m("Ribcage of the Saint's Corpse",r)
  255. return
  256. end
  257. if r.Name =="Left Arm of the Saint's Corpse"then
  258. m("Left Arm of the Saint's Corpse",r)
  259. return
  260. end
  261. if r.Name =="Right Arm of the Saint's Corpse"then
  262. m("Right Arm of the Saint's Corpse",r)
  263. return
  264. end
  265. if r.Name =="Left Leg of the Saint's Corpse"then
  266. m("Left Leg of the Saint's Corpse",r)
  267. return
  268. end
  269. if r.Name =="Right Leg of the Saint's Corpse"then
  270. m("Right Leg of the Saint's Corpse",r)
  271. return
  272. end
  273. if r.Name ~= "Coin" and r.Name ~= "Cash"then
  274. m("None",r)
  275. end
  276. end)