Advertisement
Guest User

JumpScare FE Roblox script free verison

a guest
Jun 8th, 2022
3,823
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local ImageLabel = Instance.new("ImageLabel")
  11. local ImageLabel_2 = Instance.new("ImageLabel")
  12. local Text = Instance.new("TextButton")
  13. local TextBox = Instance.new("TextBox")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. ScreenGui.ResetOnSpawn = false
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.fromRGB(255, 248, 226)
  22. Frame.Position = UDim2.new(0.331567019, 0, 0.271752089, 0)
  23. Frame.Size = UDim2.new(0, 372, 0, 316)
  24. Frame.Active = true
  25. Frame.Draggable = true
  26.  
  27. TextLabel.Parent = Frame
  28. TextLabel.BackgroundColor3 = Color3.fromRGB(149, 130, 255)
  29. TextLabel.Size = UDim2.new(0, 372, 0, 72)
  30. TextLabel.Font = Enum.Font.SourceSans
  31. TextLabel.Text = "Jumpscare People GUI {Free Verison}"
  32. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  33. TextLabel.TextSize = 14.000
  34.  
  35. TextLabel_2.Parent = Frame
  36. TextLabel_2.BackgroundColor3 = Color3.fromRGB(62, 97, 255)
  37. TextLabel_2.Position = UDim2.new(0, 0, 0.841772139, 0)
  38. TextLabel_2.Size = UDim2.new(0, 372, 0, 50)
  39. TextLabel_2.Font = Enum.Font.SourceSans
  40. TextLabel_2.Text = "A FREDDY WELL JUMPSCARE THEM USING THIS LOL!!"
  41. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. TextLabel_2.TextSize = 14.000
  43.  
  44. ImageLabel.Parent = Frame
  45. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  46. ImageLabel.Position = UDim2.new(0.680107534, 0, 0.227848098, 0)
  47. ImageLabel.Size = UDim2.new(0, 119, 0, 194)
  48. ImageLabel.Image = "rbxassetid://1081092446"
  49.  
  50. ImageLabel_2.Parent = Frame
  51. ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  52. ImageLabel_2.Position = UDim2.new(0, 0, 0.227848098, 0)
  53. ImageLabel_2.Size = UDim2.new(0, 104, 0, 194)
  54. ImageLabel_2.Image = "rbxassetid://1119705746"
  55.  
  56. Text.Name = "Text"
  57. Text.Parent = Frame
  58. Text.BackgroundColor3 = Color3.fromRGB(103, 177, 255)
  59. Text.Position = UDim2.new(0.279569894, 0, 0.572784781, 0)
  60. Text.Size = UDim2.new(0, 149, 0, 85)
  61. Text.Font = Enum.Font.SourceSans
  62. Text.Text = "JUMPSCARE FE"
  63. Text.TextColor3 = Color3.fromRGB(0, 0, 0)
  64. Text.TextSize = 24.000
  65.  
  66. TextBox.Parent = Frame
  67. TextBox.BackgroundColor3 = Color3.fromRGB(255, 237, 99)
  68. TextBox.Position = UDim2.new(0.293010771, 0, 0.268987358, 0)
  69. TextBox.Size = UDim2.new(0, 139, 0, 52)
  70. TextBox.Font = Enum.Font.SourceSans
  71. TextBox.Text = "ENTER NAME"
  72. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. TextBox.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement