Advertisement
Upscalefanatic3

Hallow's eve: Sinster Swamp GUI

Oct 25th, 2018
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local EventGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local GetAllHats = Instance.new("TextButton")
  8. --Properties:
  9. EventGui.Name = "EventGui"
  10. EventGui.Parent = game.CoreGui
  11.  
  12. Frame.Parent = EventGui
  13. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  14. Frame.Position = UDim2.new(0.3223207, 0, 0.17567569, 0)
  15. Frame.Size = UDim2.new(0, 348, 0, 393)
  16.  
  17. Title.Name = "Title"
  18. Title.Parent = Frame
  19. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  20. Title.Position = UDim2.new(0.117816091, 0, 0, 0)
  21. Title.Size = UDim2.new(0, 264, 0, 50)
  22. Title.Font = Enum.Font.Cartoon
  23. Title.Text = "Hallow's Eve Gui"
  24. Title.TextColor3 = Color3.new(0, 0, 0)
  25. Title.TextScaled = true
  26. Title.TextSize = 14
  27. Title.TextWrapped = true
  28.  
  29. GetAllHats.Name = "GetAllHats"
  30. GetAllHats.Parent = Frame
  31. GetAllHats.BackgroundColor3 = Color3.new(1, 1, 1)
  32. GetAllHats.Position = UDim2.new(0.212643683, 0, 0.529262066, 0)
  33. GetAllHats.Size = UDim2.new(0, 200, 0, 50)
  34. GetAllHats.Font = Enum.Font.SourceSans
  35. GetAllHats.Text = "GET ALL HATS! (LIMITED TIME)"
  36. GetAllHats.TextColor3 = Color3.new(0, 0, 0)
  37. GetAllHats.TextScaled = true
  38. GetAllHats.TextSize = 14
  39. GetAllHats.TextWrapped = true
  40. GetAllHats.MouseButton1Click:Connect(function()
  41. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Stylz Salon")
  42. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Robloxian Highschool")
  43. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Deathrun")
  44. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Darkenmoor")
  45. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Boardwalk Tycoon")
  46. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Finders Keepers")
  47. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Escape Room")
  48. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Flee the Facility")
  49. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Hunted")
  50. game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Mystic Tower")
  51. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement