obsucated-require-execute
obsucated-require-execute
new("ScreenGui")
local main = Instance.new("Frame")
local console = Instance.new("TextLabel")
local userId = Instance.new("TextBox")
local UICorner = Instance.new("UICorner")
local placeId = Instance.new("TextBox")
local UICorner_2 = Instance.new("UICorner")
local joinButton = Instance.new("TextButton")
local UICorner_3 = Instance.new("UICorner")
local TeleportService = game:GetService("TeleportService")
joinPlr.Name = "joinPlr"
joinPlr.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
joinPlr.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
joinPlr.ResetOnSpawn = false
main.Name = "main"
main.Parent = joinPlr
main.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
main.BorderColor3 = Color3.fromRGB(0, 0, 0)
main.BorderSizePixel = 0
main.Position = UDim2.new(0.267683774, 0, 0.314910024, 0)
main.Size = UDim2.new(0, 670, 0, 287)
main.Active = true
main.Draggable = true
console.Name = "console"
console.Parent = main
console.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
console.BackgroundTransparency = 1
console.BorderColor3 = Color3.fromRGB(0, 0, 0)
console.BorderSizePixel = 0
console.Position = UDim2.new(0.350746274, 0, 0.940766573, 0)
console.Size = UDim2.new(0, 200, 0, 17)
console.Font = Enum.Font.GothamMedium
console.Text = "please enter information to begin."
console.TextColor3 = Color3.fromRGB(255, 255, 255)
userId.Name = "userId"
userId.Parent = main
userId.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
userId.BorderColor3 = Color3.fromRGB(0, 0, 0)
userId.BorderSizePixel = 0
userId.Position = UDim2.new(0.0985074639, 0, 0.111498259, 0)
userId.Size = UDim2.new(0, 544, 0, 50)
userId.Font = Enum.Font.GothamMedium
userId.PlaceholderText = "userId"
userId.Text = ""
userId.TextColor3 = Color3.fromRGB(255, 255, 255)
userId.TextSize = 14
UICorner.CornerRadius = UDim.new(0, 6)
UICorner.Parent = userId
placeId.Name = "placeId"
placeId.Parent = main
placeId.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
placeId.BorderColor3 = Color3.fromRGB(0, 0, 0)
placeId.BorderSizePixel = 0
placeId.Position = UDim2.new(0.0985074639, 0, 0.331010461, 0)
placeId.Size = UDim2.new(0, 544, 0, 50)
placeId.Font = Enum.Font.GothamMedium
placeId.PlaceholderText = "placeId"
placeId.Text = ""
placeId.TextColor3 = Color3.fromRGB(255, 255, 255)
placeId.TextSize = 14
UICorner_2.CornerRadius = UDim.new(0, 6)
UICorner_2.Parent = placeId
joinButton.Name = "joinButton"
joinButton.Parent = main
joinButton.BackgroundColor3 = Color3.fromRGB(15, 15, 15)
joinButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
joinButton.BorderSizePixel = 0
joinButton.Position = UDim2.new(0.368656725, 0, 0.543554008, 0)
joinButton.Size = UDim2.new(0, 187, 0, 50)
joinButton.Font = Enum.Font.GothamBold
joinButton.Text = "Join"
joinButton.TextColor3 = Color3.fromRGB(178, 178, 178)
joinButton.TextSize = 14
UICorner_3.CornerRadius = UDim.new(0, 6)
UICorner_3.Parent = joinButton
joinButton.MouseButton1Click:Connect(function()
local userIdValue = userId.Text
local placeIdValue = placeId.Text
console.Text = "joining."
for _ = 1, 3 do
wait(0.5)
console.Text = "joining.."
wait(0.5)
console.Text = "joining..."
wait(0.5)
console.Text = "joining."
end