Advertisement
filipaopastebins2134

Flying Larva Death

Mar 7th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local PutintheStarterGUI = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local ImageLabel = Instance.new("ImageLabel")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. --Properties:
  10. PutintheStarterGUI.Name = "Put in the StarterGUI"
  11. PutintheStarterGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12.  
  13. Frame.Parent = PutintheStarterGUI
  14. Frame.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  15. Frame.BackgroundTransparency = 0.30000001192093
  16. Frame.Size = UDim2.new(1, 0, 1, 0)
  17. Frame.Visible = false
  18.  
  19. ImageLabel.Parent = Frame
  20. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  21. ImageLabel.BackgroundTransparency = 100
  22. ImageLabel.Position = UDim2.new(0.318448007, 0, 0.187855795, 0)
  23. ImageLabel.Size = UDim2.new(0, 495, 0, 328)
  24. ImageLabel.Image = "rbxassetid://2933639223"
  25.  
  26. TextLabel.Parent = ImageLabel
  27. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  28. TextLabel.BackgroundTransparency = 100
  29. TextLabel.Position = UDim2.new(0.074747473, 0, 0.024390243, 0)
  30. TextLabel.Size = UDim2.new(0, 425, 0, 42)
  31. TextLabel.Font = Enum.Font.GothamBold
  32. TextLabel.Text = "Game Over"
  33. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  34. TextLabel.TextScaled = true
  35. TextLabel.TextSize = 14
  36. TextLabel.TextWrapped = true
  37.  
  38. TextLabel_2.Parent = ImageLabel
  39. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  40. TextLabel_2.BackgroundTransparency = 100
  41. TextLabel_2.Position = UDim2.new(0.422222227, 0, 0.23170732, 0)
  42. TextLabel_2.Size = UDim2.new(0, 253, 0, 120)
  43. TextLabel_2.Font = Enum.Font.GothamBold
  44. TextLabel_2.Text = "You got Killed"
  45. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  46. TextLabel_2.TextScaled = true
  47. TextLabel_2.TextSize = 14
  48. TextLabel_2.TextWrapped = true
  49. -- Scripts:
  50. function SCRIPT_NRVR81_FAKESCRIPT() -- PutintheStarterGUI.LocalScript
  51. local script = Instance.new('LocalScript')
  52. script.Parent = PutintheStarterGUI
  53. game.Players.LocalPlayer.Character:WaitForChild('Humanoid').Died:connect(function()
  54. script.Parent.Frame.Visible = true
  55. end)
  56.  
  57.  
  58.  
  59.  
  60.  
  61. end
  62. coroutine.resume(coroutine.create(SCRIPT_NRVR81_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement