[S3] Impossible Squid Game! Glass Bridge!
7.8k Views

Game Bridge

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

Description

path

View Raw
Edited By: arthurdk0805 Download


Comments
1
User profile picture
binaryVerified
Verified Badge
Verified User
1 year 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
Please Login to add a comment.