Heres my code I can't figure out why its not working I tried different variartions and its not working anyone can help.
local t = game.Teams.Home function onLeftClick() t.Name = Away end
local t = game.Teams.Home function onLeftClick() t.Name = Away end script.Parent.MouseButton1Click:Connect(onLeftClick)--you dropped this, sir.