I need help with something. I have a script that when you click the button you teleport to another place inside the game and when i click it i get this error can you guys help me?
local player = game.Players.LocalPlayer
local TS = game:GetService("TeleportService")
local Container = script.Parent.Parent.Parent
local GameID = Container.GameId.Value
script.Parent.MouseButton1Click:Connect(function()
TS:Teleport(Container.GameId, player)
end)
local player = game.Players.LocalPlayer
local TS = game:GetService(“TeleportService”)
local Container = script.Parent.Parent.Parent
local GameID = Container.GameId.Value
script.Parent.MouseButton1Click:Connect(function()