[S3] Impossible Squid Game! Glass Bridge!
7.9k Views
25 Executions

Game Bridge

[S3] Impossible Squid Game! Glass Bridge!Uploaded by
2 years ago
Please login to perform these actions:

Description

path

View Raw
Edited By: arthurdk0805 Download


Comments

1
1 comment
Log in to join the conversation. Login
binary's profile picture
binaryVerified
Verified Badge
Verified User
2 years ago(edited)

local ScreenGui = Instance.new("ScreenGui") local Button = Instance.new("TextButton") ScreenGui.Parent = game:GetService("CoreGui") Button.Parent = ScreenGui Button.Size = UDim2.new(0, 100, 0, 30) Button.Position = UDim2.new(0.5, -50, 0.5, -15) Button.Text = "Teleport" Button.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Button.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local character = player.Character if character then character.HumanoidRootPart.CFrame = CFrame.new(-729, -3, -524) end end) tp to win

1