Output dont says anything Script
local winterland = game.Players.LocalPlayer.PlayerGui.Service.PortalsFrame.Winterland script.Parent.Touched:Connect(function() winterland.Text = "Teleport" end)
script.Parent.Touched:Connect(function(plr) plr.PlayerGui.Service.PortalsFrame.Winterland.Text = "Teleport" end)