Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local EventGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local GetAllHats = Instance.new("TextButton")
- --Properties:
- EventGui.Name = "EventGui"
- EventGui.Parent = game.CoreGui
- Frame.Parent = EventGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.3223207, 0, 0.17567569, 0)
- Frame.Size = UDim2.new(0, 348, 0, 393)
- Title.Name = "Title"
- Title.Parent = Frame
- Title.BackgroundColor3 = Color3.new(1, 1, 1)
- Title.Position = UDim2.new(0.117816091, 0, 0, 0)
- Title.Size = UDim2.new(0, 264, 0, 50)
- Title.Font = Enum.Font.Cartoon
- Title.Text = "Hallow's Eve Gui"
- Title.TextColor3 = Color3.new(0, 0, 0)
- Title.TextScaled = true
- Title.TextSize = 14
- Title.TextWrapped = true
- GetAllHats.Name = "GetAllHats"
- GetAllHats.Parent = Frame
- GetAllHats.BackgroundColor3 = Color3.new(1, 1, 1)
- GetAllHats.Position = UDim2.new(0.212643683, 0, 0.529262066, 0)
- GetAllHats.Size = UDim2.new(0, 200, 0, 50)
- GetAllHats.Font = Enum.Font.SourceSans
- GetAllHats.Text = "GET ALL HATS! (LIMITED TIME)"
- GetAllHats.TextColor3 = Color3.new(0, 0, 0)
- GetAllHats.TextScaled = true
- GetAllHats.TextSize = 14
- GetAllHats.TextWrapped = true
- GetAllHats.MouseButton1Click:Connect(function()
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Stylz Salon")
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Robloxian Highschool")
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Deathrun")
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Darkenmoor")
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Boardwalk Tycoon")
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Finders Keepers")
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Escape Room")
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Flee the Facility")
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Hunted")
- game:GetService("ReplicatedStorage").RemoteEvent:FireServer("Teleport Interaction", "Mystic Tower")
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement